add python to the right list of inherit thingies. Doh!

svn path=/nixpkgs/trunk/; revision=4600
This commit is contained in:
Armijn Hemel 2006-01-26 18:53:43 +00:00
parent 691e719ef0
commit 51187822eb

View file

@ -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) {