Merge pull request #65370 from Ma27/package-3llo

_3llo: init at 0.3.0
This commit is contained in:
worldofpeace
2019-08-25 15:42:13 -04:00
committed by GitHub
6 changed files with 148 additions and 1 deletions
@@ -36,7 +36,7 @@
let
basicEnv = (callPackage ../bundled-common {}) args;
cmdArgs = removeAttrs args [ "pname" "postBuild" "gemConfig" "passthru" ] // {
cmdArgs = removeAttrs args [ "pname" "postBuild" "gemConfig" "passthru" "gemset" ] // {
inherit preferLocalBuild allowSubstitutes; # pass the defaults
buildInputs = buildInputs ++ lib.optional (scripts != []) makeWrapper;