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