diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index cc4324b5e90..b57ee3a7651 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5986,18 +5986,18 @@ let eclipsesdk = eclipse []; - eclipseSpoofax = lowPrio (appendToName "with-spoofax" (eclipse [eclipsePlugins.spoofax])); +# eclipseSpoofax = lowPrio (appendToName "with-spoofax" (eclipse [eclipsePlugins.spoofax])); # eclipseCDT = import ../applications/editors/eclipse/eclipse-cdt.nix { # inherit fetchurl stdenv eclipse; # }; - # quinox p2 installer - eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix { - inherit fetchurl stdenv eclipse; - }; - - eclipsePlugins = import ../applications/editors/eclipse/plugins.nix { - inherit fetchurl stdenv; - }; +# # quinox p2 installer +# eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix { +# inherit fetchurl stdenv eclipse; +# }; +# +# eclipsePlugins = import ../applications/editors/eclipse/plugins.nix { +# inherit fetchurl stdenv; +# }; ed = import ../applications/editors/ed { inherit fetchurl stdenv;