introspection disabling -- libchamplain
Didn't build as it was, and not needed anywhere AFAIK.
This commit is contained in:
parent
b6bb1e513d
commit
758c21bf3b
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ glib gtk cairo clutter clutter_gtk_0_10 sqlite libsoup ];
|
[ glib gtk cairo clutter clutter_gtk_0_10 sqlite libsoup ];
|
||||||
|
|
||||||
|
configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://projects.gnome.org/libchamplain/;
|
homepage = http://projects.gnome.org/libchamplain/;
|
||||||
license = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
|
@ -13,6 +13,8 @@ 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 = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
|
Loading…
Reference in New Issue
Block a user