forked from mirrors/nixpkgs
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:
parent
674211ac9d
commit
acffa10add
1 changed files with 4 additions and 4 deletions
|
@ -6340,7 +6340,7 @@ let
|
||||||
python pygtk gettext xlibs intltool babl gegl;
|
python pygtk gettext xlibs intltool babl gegl;
|
||||||
inherit (gnome) gtk libgtkhtml libart_lgpl;
|
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 {
|
gitAndTools = recurseIntoAttrs (import ../applications/version-management/git-and-tools {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
Loading…
Add table
Reference in a new issue