3
0
Fork 0
forked from mirrors/nixpkgs

weka: use openjdk11

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2022-11-05 16:12:04 -03:00
parent c4b49b957b
commit 407b1ce09d

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 { };