bundlerEnv: add support for additional build inputs
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user