forked from mirrors/nixpkgs
weka: use openjdk11
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
c4b49b957b
commit
407b1ce09d
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue