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 gettext;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
};
|
};
|
||||||
|
|
||||||
powertop = import ../os-specific/linux/powertop {
|
powertop = import ../os-specific/linux/powertop {
|
||||||
inherit fetchurl stdenv ncurses gettext;
|
inherit fetchurl stdenv ncurses gettext;
|
||||||
};
|
};
|
||||||
@ -5987,9 +5987,9 @@ let
|
|||||||
eclipsesdk = eclipse [];
|
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 {
|
# eclipseCDT = import ../applications/editors/eclipse/eclipse-cdt.nix {
|
||||||
inherit fetchurl stdenv eclipse;
|
# inherit fetchurl stdenv eclipse;
|
||||||
};
|
# };
|
||||||
# quinox p2 installer
|
# quinox p2 installer
|
||||||
eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix {
|
eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix {
|
||||||
inherit fetchurl stdenv eclipse;
|
inherit fetchurl stdenv eclipse;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user