add undocumented dependency (python) and upgrade to new version
svn path=/nixpkgs/trunk/; revision=4598
This commit is contained in:
parent
531d25dafa
commit
ef4dedff3a
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, pkgconfig, gtk, libgtkhtml, glib, pango, atk, freetype, fontconfig, libart_lgpl, libtiff, libjpeg, libpng, libexif, zlib, perl, perlXMLParser}:
|
||||
{stdenv, fetchurl, pkgconfig, gtk, libgtkhtml, glib, pango, atk, freetype, fontconfig, libart_lgpl, libtiff, libjpeg, libpng, libexif, zlib, perl, perlXMLParser, python}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gimp-2.3.0";
|
||||
|
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||
md5 = "88e536ba0e4882958eb98bc0eadc8dd4" ;
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig gtk libgtkhtml glib pango atk freetype fontconfig libart_lgpl libtiff libjpeg libpng libexif zlib perl perlXMLParser ] ;
|
||||
buildInputs = [ pkgconfig gtk libgtkhtml glib pango atk freetype fontconfig libart_lgpl libtiff libjpeg libpng libexif zlib perl perlXMLParser python] ;
|
||||
|
||||
configureFlags = [ "--disable-print" ];
|
||||
}
|
||||
|
|
|
@ -1949,7 +1949,7 @@ 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;
|
||||
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl python;
|
||||
};
|
||||
|
||||
cdrtools = (import ../applications/misc/cdrtools) {
|
||||
|
|
Loading…
Reference in a new issue