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
This commit is contained in:
Peter Simons 2009-06-25 13:37:59 +00:00
parent 674211ac9d
commit acffa10add

View File

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