summaryrefslogtreecommitdiff
path: root/pkgs/fetch-ant-deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/fetch-ant-deps.nix')
-rw-r--r--pkgs/fetch-ant-deps.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/fetch-ant-deps.nix b/pkgs/fetch-ant-deps.nix
index 69e29b4..a63f76e 100644
--- a/pkgs/fetch-ant-deps.nix
+++ b/pkgs/fetch-ant-deps.nix
@@ -32,7 +32,8 @@ lib.makeOverridable (
buildPhase = ''
runHook preBuild
- ant init
+ concatTo flagsArray buildFlags buildFlagsArray antFlags antFlagsArray
+ ant init "''${flagsArray[@]}"
runHook postBuild
'';