Merge pull request #1018 from falsifian/fix_gcr

Disable introspection for gcr.
This commit is contained in:
Peter Simons
2013-09-28 04:06:19 -07:00

View File

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