mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
ruby-modules: add suffix
and gemType
in pathDerivation
as required by the changes introduced in
6077061403
This commit is contained in:
parent
9a1074ae6b
commit
1fa68aa252
@ -80,6 +80,8 @@ in rec {
|
||||
outputs = [ "out" ];
|
||||
out = res;
|
||||
outputName = "out";
|
||||
suffix = version;
|
||||
gemType = "path";
|
||||
};
|
||||
in res;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user