Merge pull request #199747 from lucasew/fix/weka

weka: use openjdk11
This commit is contained in:
Anderson Torres 2022-11-05 22:12:31 -03:00 committed by GitHub
commit 9eb107c54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36056,7 +36056,7 @@ with pkgs;
msieve = callPackage ../applications/science/math/msieve { };
weka = callPackage ../applications/science/math/weka { };
weka = callPackage ../applications/science/math/weka { jre = openjdk11; };
yad = callPackage ../tools/misc/yad { };