Disable introspection for gcr.

gcr stopped building after 7fbcc562 (adding introspection into GTK
libs); this gets it to build again.
This commit is contained in:
James Cook 2013-09-26 18:55:27 -07:00
parent 2c5230cb64
commit bae1462276

View File

@ -14,5 +14,7 @@ stdenv.mkDerivation rec {
libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk
];
configureFlags = "--disable-introspection";
#doCheck = true;
}