* Glib/ATK/Pango/GTK+ updates.

svn path=/nixpkgs/branches/x-updates/; revision=34145
This commit is contained in:
Eelco Dolstra
2012-05-16 21:58:57 +00:00
parent c5e63c593f
commit 277bd69fa9
5 changed files with 22 additions and 19 deletions
@@ -12,11 +12,11 @@
# $out/bin/gtester-report' to postInstall if this is solved
stdenv.mkDerivation rec {
name = "glib-2.30.3";
name = "glib-2.32.3";
src = fetchurl {
url = mirror://gnome/sources/glib/2.30/glib-2.30.3.tar.xz;
sha256 = "09yxfajynbw78kji48z384lylp67kihfi1g78qrrjif4f5yb5jz6";
url = "mirror://gnome/sources/glib/2.32/${name}.tar.xz";
sha256 = "b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d";
};
# configure script looks for d-bus but it is only needed for tests
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
configureFlags = "--with-pcre=system --disable-fam";
enableParallelBuilding = true;
passthru.gioModuleDir = "lib/gio/modules";
postInstall = ''rm -rvf $out/share/gtk-doc'';