commented out non-existent package eclipseCDT
svn path=/nixpkgs/trunk/; revision=15720
This commit is contained in:
parent
c6e65bd1c6
commit
bf1efc6653
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user