forked from mirrors/nixpkgs
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:
parent
2c5230cb64
commit
bae1462276
|
@ -14,5 +14,7 @@ stdenv.mkDerivation rec {
|
|||
libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk
|
||||
];
|
||||
|
||||
configureFlags = "--disable-introspection";
|
||||
|
||||
#doCheck = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue