eclipses: use jdk17

JDK 11 depends on Python 2.
This commit is contained in:
Robert Schütz 2022-11-25 09:17:29 -08:00 committed by Bjørn Forsman
parent 3228b0606c
commit d6d06272a3

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;