From fb9b06d694c9e6b5a91756a663689c90e3ceabf9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 25 May 2009 11:03:56 +0000 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index cc4324b5e90..b57ee3a7651 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;