mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
add undocumented dependency (python) and upgrade to new version
svn path=/nixpkgs/trunk/; revision=4598
This commit is contained in:
parent
531d25dafa
commit
ef4dedff3a
@ -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 New Issue
Block a user