summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2006-01-26 20:09:23 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-01-26 20:09:23 +0000
commit84008ec181a58a73a91b8debcce5ababbb9454c9 (patch)
treeeb29aa40bbd1e57405d675c18164c53bb06c5bfd /pkgs/system/all-packages-generic.nix
parent6557c84b199acba1068a810a17d05ce80db712b9 (diff)
downloadnixpkgs-84008ec181a58a73a91b8debcce5ababbb9454c9.tar
nixpkgs-84008ec181a58a73a91b8debcce5ababbb9454c9.tar.gz
nixpkgs-84008ec181a58a73a91b8debcce5ababbb9454c9.tar.bz2
nixpkgs-84008ec181a58a73a91b8debcce5ababbb9454c9.tar.lz
nixpkgs-84008ec181a58a73a91b8debcce5ababbb9454c9.tar.xz
nixpkgs-84008ec181a58a73a91b8debcce5ababbb9454c9.tar.zst
nixpkgs-84008ec181a58a73a91b8debcce5ababbb9454c9.zip
GIMP Python plugins also needs pygtk. TODO: factor these out, so we can also
build and run without Python

svn path=/nixpkgs/trunk/; revision=4603
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 349f675aa95..0c9ee2eb839 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1948,7 +1948,7 @@ rec {
 
   gimp = (import ../applications/graphics/gimp) {
     inherit fetchurl stdenv pkgconfig freetype fontconfig
-      libtiff libjpeg libpng libexif zlib perl perlXMLParser python;
+      libtiff libjpeg libpng libexif zlib perl perlXMLParser python pygtk;
     inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
   };