add python to the right list of inherit thingies. Doh!
svn path=/nixpkgs/trunk/; revision=4600
This commit is contained in:
parent
691e719ef0
commit
51187822eb
@ -1948,8 +1948,8 @@ rec {
|
|||||||
|
|
||||||
gimp = (import ../applications/graphics/gimp) {
|
gimp = (import ../applications/graphics/gimp) {
|
||||||
inherit fetchurl stdenv pkgconfig freetype fontconfig
|
inherit fetchurl stdenv pkgconfig freetype fontconfig
|
||||||
libtiff libjpeg libpng libexif zlib perl perlXMLParser;
|
libtiff libjpeg libpng libexif zlib perl perlXMLParser python;
|
||||||
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl python;
|
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
|
||||||
};
|
};
|
||||||
|
|
||||||
cdrtools = (import ../applications/misc/cdrtools) {
|
cdrtools = (import ../applications/misc/cdrtools) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user