weka: use openjdk11

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2022-11-05 20:36:59 -03:00
parent c4b49b957b
commit 407b1ce09d
+1 -1
View File
@@ -36054,7 +36054,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 { };