3
0
Fork 0
forked from mirrors/nixpkgs

Revert "pango-1.29.5"

This reverts r33178
pango-1.29.5 depends on glib-2.31

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33182
This commit is contained in:
Yury G. Kudryashov 2012-03-16 22:53:32 +00:00
parent ef95c7855d
commit a658884c17

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, gettext, x11, glib, cairo, libpng }:
stdenv.mkDerivation rec {
name = "pango-1.29.5";
name = "pango-1.29.4";
src = fetchurl {
url = mirror://gnome/sources/pango/1.29/pango-1.29.5.tar.xz;
sha256 = "0nkpxpzblg3phhnzqyn4lfyl5whh4yfh95hyclfsdfjhhkg3i32p";
url = mirror://gnome/sources/pango/1.29/pango-1.29.4.tar.xz;
sha256 = "0zqjq6ccv6mbah74rcvb03ksq1jwan21z37mdmqa56307sax3s3s";
};
buildInputs = stdenv.lib.optional stdenv.isDarwin gettext;