Fix failing pangomm build.

svn path=/nixpkgs/trunk/; revision=31397
This commit is contained in:
Karn Kallio 2012-01-07 13:19:13 +00:00
parent 53d6a7b1ba
commit f94927717c

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, pango, glibmm, cairomm, libpng }:
{ stdenv, fetchurl, pkgconfig, pango, glibmm, cairomm, libpng, xz }:
stdenv.mkDerivation rec {
name = "pangomm-2.28.4";
@ -8,6 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "10kcdpg080m393f1vz0km41kd3483fkyabprm59gvjwklxkcp3bp";
};
buildInputs = [ xz];
buildNativeInputs = [ pkgconfig ];
propagatedBuildInputs = [ pango glibmm cairomm libpng ];