ruby-modules: add suffix and gemType in pathDerivation
as required by the changes introduced in https://github.com/NixOS/nixpkgs/pull/237917/commits/6077061403503589d225fc0a51a514800517d813
This commit is contained in:
@@ -80,6 +80,8 @@ in rec {
|
||||
outputs = [ "out" ];
|
||||
out = res;
|
||||
outputName = "out";
|
||||
suffix = version;
|
||||
gemType = "path";
|
||||
};
|
||||
in res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user