diff options
| author | Seth Flynn <[email protected]> | 2025-03-06 03:00:58 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-06 03:18:59 -0500 |
| commit | 77f2cc5791904caf4077c526fbdaca4ad27e2374 (patch) | |
| tree | cb8707a8cf28cf59ef16fcab81e83828e75970b1 /pkgs/fetch-ant-deps.nix | |
| parent | 6fa4458f59160cdf9e82ad2138300b1041f510ad (diff) | |
apply build system patches
This is a more upstreamable approach, and doesn't require any kind of
weird substitution on our end. It also avoids downloading Kotlin in our
antDeps and fixes cross compilation!! (only tested on aarch64)
Signed-off-by: Seth Flynn <[email protected]>
Diffstat (limited to 'pkgs/fetch-ant-deps.nix')
| -rw-r--r-- | pkgs/fetch-ant-deps.nix | 3 |
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 ''; |
