Bugfix: gemsets didn't handle paths correctly (#51002)
This commit is contained in:
parent
6c74e75228
commit
2d5bd339da
@ -89,7 +89,7 @@ let
|
||||
gemAttrs = composeGemAttrs ruby gems name attrs;
|
||||
in
|
||||
if gemAttrs.type == "path" then
|
||||
pathDerivation gemAttrs
|
||||
pathDerivation (gemAttrs.source // gemAttrs)
|
||||
else
|
||||
buildRubyGem gemAttrs
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user