1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-19 10:32:40 +00:00

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

View file

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