Merge pull request #1018 from falsifian/fix_gcr
Disable introspection for gcr.
This commit is contained in:
commit
b0bf894b43
|
@ -14,5 +14,7 @@ stdenv.mkDerivation rec {
|
|||
libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk
|
||||
];
|
||||
|
||||
configureFlags = "--disable-introspection";
|
||||
|
||||
#doCheck = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue