forked from mirrors/nixpkgs
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) {
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue