bundlerEnv: add support for additional build inputs
This commit is contained in:
parent
3f45fe100a
commit
17b9405685
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue