libeufin: pin to Gradle 8

This commit is contained in:
Tomodachi94 2024-11-26 02:39:36 +00:00
parent 9795412499
commit c64ddb7d6a

View File

@ -4,13 +4,15 @@
fetchgit,
python3,
jdk17_headless,
gradle,
gradle_8,
makeWrapper,
postgresql,
postgresqlTestHook,
}:
let
customPython = python3.withPackages (p: [ p.setuptools ]);
# "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
gradle = gradle_8;
in
stdenv.mkDerivation (finalAttrs: {
pname = "libeufin";