eclipses: use jdk17

JDK 11 depends on Python 2.
This commit is contained in:
Robert Schütz
2022-11-25 19:18:07 +01:00
committed by Bjørn Forsman
parent 3228b0606c
commit d6d06272a3
+1 -3
View File
@@ -28144,9 +28144,7 @@ with pkgs;
echoip = callPackage ../servers/echoip { };
eclipses = recurseIntoAttrs (callPackage ../applications/editors/eclipse {
jdk = jdk11;
});
eclipses = recurseIntoAttrs (callPackage ../applications/editors/eclipse { });
ecpdap = callPackage ../development/embedded/fpga/ecpdap {
inherit (darwin.apple_sdk.frameworks) AppKit;