libchamplain: Enable gobject introspection

This commit is contained in:
Jascha Geerds 2015-08-12 13:49:07 +02:00
parent 687caebfcb
commit 1ce6590bad

View File

@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib gtk3 cairo clutter_gtk sqlite libsoup ]; propagatedBuildInputs = [ glib gtk3 cairo clutter_gtk sqlite libsoup ];
configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
meta = { meta = {
homepage = http://projects.gnome.org/libchamplain/; homepage = http://projects.gnome.org/libchamplain/;
license = stdenv.lib.licenses.lgpl2Plus; license = stdenv.lib.licenses.lgpl2Plus;