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 18:53:43 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-01-26 18:53:43 +0000
commit51187822eb1e174b03b9bf9c95f4fccd174d97c5 (patch)
tree774162d23c8915d3b07b5d66c9f953b3e9b9ace8 /pkgs/system/all-packages-generic.nix
parent691e719ef02138aa373689b88c9c8f5f5cabecd0 (diff)
downloadnixpkgs-51187822eb1e174b03b9bf9c95f4fccd174d97c5.tar
nixpkgs-51187822eb1e174b03b9bf9c95f4fccd174d97c5.tar.gz
nixpkgs-51187822eb1e174b03b9bf9c95f4fccd174d97c5.tar.bz2
nixpkgs-51187822eb1e174b03b9bf9c95f4fccd174d97c5.tar.lz
nixpkgs-51187822eb1e174b03b9bf9c95f4fccd174d97c5.tar.xz
nixpkgs-51187822eb1e174b03b9bf9c95f4fccd174d97c5.tar.zst
nixpkgs-51187822eb1e174b03b9bf9c95f4fccd174d97c5.zip
add python to the right list of inherit thingies. Doh!
svn path=/nixpkgs/trunk/; revision=4600
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-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 234400e3f29..349f675aa95 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) {