Merge branch 'master' into staging-next

This commit is contained in:
Vladimír Čunát
2018-11-26 10:28:00 +01:00
198 changed files with 2486 additions and 1200 deletions
@@ -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
);