Commit f481bad1 authored by Rolf Schröder's avatar Rolf Schröder
Browse files

nextflow: fix build on darwin

parent 9cd78fd3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";