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