From bae1462276cf0e86c07d339f2400085e55a9913e Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 26 Sep 2013 18:55:27 -0700 Subject: [PATCH] Disable introspection for gcr. gcr stopped building after 7fbcc562 (adding introspection into GTK libs); this gets it to build again. --- pkgs/desktops/gnome-3/core/gcr/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/desktops/gnome-3/core/gcr/default.nix b/pkgs/desktops/gnome-3/core/gcr/default.nix index cf9774c5511..44053b88fbc 100644 --- a/pkgs/desktops/gnome-3/core/gcr/default.nix +++ b/pkgs/desktops/gnome-3/core/gcr/default.nix @@ -14,5 +14,7 @@ stdenv.mkDerivation rec { libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk ]; + configureFlags = "--disable-introspection"; + #doCheck = true; }