Merge pull request #243281 from tomeon/bundled-common-pathDerivation-add-suffix-and-gemType-attrs
ruby-modules: add `suffix` and `gemType` in pathDerivation
This commit is contained in:
commit
f1bae1e600
@ -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