Unverified Commit 9eb107c5 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #199747 from lucasew/fix/weka

weka: use openjdk11
parents 65f8904c 407b1ce0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };