bundlerEnv: add support for additional build inputs

This commit is contained in:
Jaka Hudoklin 2015-03-02 02:14:24 +01:00
parent 3f45fe100a
commit 17b9405685

View File

@ -11,6 +11,7 @@
, postInstall ? null
, documentation ? false
, meta ? {}
, ...
}@args:
let
@ -253,7 +254,7 @@ let
ruby
bundler
git
];
] ++ args.buildInputs or [];
phases = [ "installPhase" "fixupPhase" ];