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
commit b0bf894b43
1 changed files with 2 additions and 0 deletions

View File

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