* gdk-pixbuf: build gdk-pixbuf-xlib.
svn path=/nixpkgs/branches/x-updates/; revision=25961
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, libtiff, libjpeg, libpng }:
|
||||
{ stdenv, fetchurl, pkgconfig, glib, libtiff, libjpeg, libpng, xlibs }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gdk-pixbuf-2.22.1";
|
||||
@@ -7,8 +7,9 @@ stdenv.mkDerivation rec {
|
||||
url = "mirror://gnome/sources/gdk-pixbuf/2.22/${name}.tar.bz2";
|
||||
sha256 = "6ce87eda24af9362307b2593c154d0b660f4e26d0abf2e71d46d0ddd55fd953d";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib libtiff libjpeg libpng ];
|
||||
|
||||
# !!! We might want to factor out the gdk-pixbuf-xlib subpackage.
|
||||
buildInputs = [ pkgconfig glib libtiff libjpeg libpng xlibs.xlibs ];
|
||||
|
||||
postInstall = "rm -rf $out/share/gtk-doc";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user