mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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
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 {
|
stdenv.mkDerivation {
|
||||||
name = "gimp-2.3.0";
|
name = "gimp-2.3.0";
|
||||||
|
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||||
md5 = "88e536ba0e4882958eb98bc0eadc8dd4" ;
|
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" ];
|
configureFlags = [ "--disable-print" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1949,7 +1949,7 @@ 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;
|
||||||
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
|
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl python;
|
||||||
};
|
};
|
||||||
|
|
||||||
cdrtools = (import ../applications/misc/cdrtools) {
|
cdrtools = (import ../applications/misc/cdrtools) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue