summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 234400e3f297..349f675aa95a 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1948,8 +1948,8 @@ rec {
 
   gimp = (import ../applications/graphics/gimp) {
     inherit fetchurl stdenv pkgconfig freetype fontconfig
-      libtiff libjpeg libpng libexif zlib perl perlXMLParser;
-    inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl python;
+      libtiff libjpeg libpng libexif zlib perl perlXMLParser python;
+    inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
   };
 
   cdrtools = (import ../applications/misc/cdrtools) {