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 []; 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;
}; # };
#
eclipsePlugins = import ../applications/editors/eclipse/plugins.nix { # eclipsePlugins = import ../applications/editors/eclipse/plugins.nix {
inherit fetchurl stdenv; # inherit fetchurl stdenv;
}; # };
ed = import ../applications/editors/ed { ed = import ../applications/editors/ed {
inherit fetchurl stdenv; inherit fetchurl stdenv;