summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-31 13:14:20 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-31 13:14:20 +0000
commit1adacdf15087e05025bdbe3e913ffc9273c4f7de (patch)
treef0a4cad875b5d0ab588415c4812830b1cc9bdb2a /pkgs/top-level/all-packages.nix
parent44690411ef82b97a697b3019a2d5f2e03c46e36a (diff)
downloadnixpkgs-1adacdf15087e05025bdbe3e913ffc9273c4f7de.tar
nixpkgs-1adacdf15087e05025bdbe3e913ffc9273c4f7de.tar.gz
nixpkgs-1adacdf15087e05025bdbe3e913ffc9273c4f7de.tar.bz2
nixpkgs-1adacdf15087e05025bdbe3e913ffc9273c4f7de.tar.lz
nixpkgs-1adacdf15087e05025bdbe3e913ffc9273c4f7de.tar.xz
nixpkgs-1adacdf15087e05025bdbe3e913ffc9273c4f7de.tar.zst
nixpkgs-1adacdf15087e05025bdbe3e913ffc9273c4f7de.zip
* Make screenshots work in the Gimp, add it to the channel.
svn path=/nixpkgs/trunk/; revision=9229
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 922a0772745..1a941d0514c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3124,7 +3124,8 @@ rec {
 
   gimp = import ../applications/graphics/gimp {
     inherit fetchurl stdenv pkgconfig freetype fontconfig
-      libtiff libjpeg libpng libexif zlib perl perlXMLParser python pygtk gettext;
+      libtiff libjpeg libpng libexif zlib perl perlXMLParser
+      python pygtk gettext xlibs;
     inherit (gnome) gtk libgtkhtml libart_lgpl;
   };