mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
nextflow: pin to Gradle 8
This commit is contained in:
parent
c64ddb7d6a
commit
e4be1efabf
@ -4,7 +4,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
openjdk,
|
openjdk,
|
||||||
gradle,
|
gradle_8,
|
||||||
wget,
|
wget,
|
||||||
which,
|
which,
|
||||||
gnused,
|
gnused,
|
||||||
@ -14,6 +14,10 @@
|
|||||||
testers,
|
testers,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
}:
|
}:
|
||||||
|
let
|
||||||
|
# "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
|
||||||
|
gradle = gradle_8;
|
||||||
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "nextflow";
|
pname = "nextflow";
|
||||||
# 24.08.0-edge is compatible with Java 21. The current (as of 2024-09-19)
|
# 24.08.0-edge is compatible with Java 21. The current (as of 2024-09-19)
|
||||||
|
Loading…
Reference in New Issue
Block a user