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