ruby bundlerApp: Allow passing gemConfig through to bundlerEnv

This commit is contained in:
Joe Hermaszewski 2018-04-09 18:42:50 +08:00
parent 3458776bb1
commit 69017e46ae

View file

@ -26,12 +26,13 @@
, allowSubstitutes ? false
, meta ? {}
, postBuild ? ""
, gemConfig ? null
}@args:
let
basicEnv = (callPackage ../bundled-common {}) args;
cmdArgs = removeAttrs args [ "pname" "postBuild" ]
cmdArgs = removeAttrs args [ "pname" "postBuild" "gemConfig" ]
// { inherit preferLocalBuild allowSubstitutes; }; # pass the defaults
in
runCommand basicEnv.name cmdArgs ''