1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Commented out broken packages eclipse{Spoofax,MinimalPlugins}.

Unfortunately, the package database is still broken:

  $ nix-env -u \*
  trace: Str("Deprecated use of lib.getAttr!",[])

svn path=/nixpkgs/trunk/; revision=15721
This commit is contained in:
Peter Simons 2009-05-25 11:03:56 +00:00
parent bf1efc6653
commit fb9b06d694

View file

@ -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;