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