nextflow: fix build on darwin
This commit is contained in:
parent
9cd78fd3a6
commit
f481bad1e7
@ -55,8 +55,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# one.
|
||||
# See https://github.com/NixOS/nixpkgs/pull/339197#discussion_r1747749061
|
||||
gradleUpdateTask = "pack";
|
||||
# See Makefile (`make pack`)
|
||||
# The installer attempts to copy a final JAR to $HOME/.nextflow/...
|
||||
gradleFlags = ["-Duser.home=\$TMPDIR"];
|
||||
preBuild = ''
|
||||
# See Makefile (`make pack`)
|
||||
export BUILD_PACK=1
|
||||
'';
|
||||
gradleBuildTask = "pack";
|
||||
|
Loading…
Reference in New Issue
Block a user