mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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 New Issue
Block a user