commented out non-existent package eclipseCDT

svn path=/nixpkgs/trunk/; revision=15720
This commit is contained in:
Peter Simons 2009-05-25 10:59:45 +00:00
parent c6e65bd1c6
commit bf1efc6653

View file

@ -5274,7 +5274,7 @@ let
inherit gettext;
inherit (gtkLibs) glib;
};
powertop = import ../os-specific/linux/powertop {
inherit fetchurl stdenv ncurses gettext;
};
@ -5987,9 +5987,9 @@ let
eclipsesdk = eclipse [];
eclipseSpoofax = lowPrio (appendToName "with-spoofax" (eclipse [eclipsePlugins.spoofax]));
eclipseCDT = import ../applications/editors/eclipse/eclipse-cdt.nix {
inherit fetchurl stdenv eclipse;
};
# 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;