From acffa10adde21641d9ca8b40bbfc92595538c79c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 25 Jun 2009 13:37:59 +0000 Subject: [PATCH] Temporarily disable gimpPlugins to remedy the following failure when calling nix-env: error: undefined variable `gtkLibs', in `nix-pkgs-current/pkgs/applications/graphics/gimp/plugins/default.nix' svn path=/nixpkgs/trunk/; revision=16041 --- pkgs/top-level/all-packages.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 50047ac72095..57c912ff7dab 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -224,7 +224,7 @@ let useDietLibC useKlibc makeStaticBinaries; stdenvNew = overrideSetup stdenv ../stdenv/generic/setup-new.sh; - + ### BUILD SUPPORT @@ -3630,7 +3630,7 @@ let libproxy = import ../development/libraries/libproxy { inherit stdenv fetchurl; }; - + libpseudo = import ../development/libraries/libpseudo { inherit fetchurl stdenv pkgconfig ncurses; inherit (gtkLibs) glib; @@ -6340,7 +6340,7 @@ let python pygtk gettext xlibs intltool babl gegl; inherit (gnome) gtk libgtkhtml libart_lgpl; }; - gimpPlugins = import ../applications/graphics/gimp/plugins { inherit pkgs gimp; }; + # gimpPlugins = import ../applications/graphics/gimp/plugins { inherit pkgs gimp; }; gitAndTools = recurseIntoAttrs (import ../applications/version-management/git-and-tools { inherit pkgs; @@ -7531,7 +7531,7 @@ let xmlto docbook2x docbook_xsl intltool enchant isocodes policyKit libproxy sqlite; }); - + gnome26 = import ../desktops/gnome-2.26 pkgs; kde3 = {