From 51187822eb1e174b03b9bf9c95f4fccd174d97c5 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 26 Jan 2006 18:53:43 +0000 Subject: [PATCH] add python to the right list of inherit thingies. Doh! svn path=/nixpkgs/trunk/; revision=4600 --- pkgs/system/all-packages-generic.nix | 4 ++-- 1 file 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) {