disable auto-detected introspection for libwnck and clutter
Didn't build as it was, and not needed anywhere AFAIK.
This commit is contained in:
parent
7fbcc56260
commit
a926bad1cc
|
@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
||||||
atk json_glib
|
atk json_glib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Clutter, a library for creating fast, dynamic graphical user interfaces";
|
description = "Clutter, a library for creating fast, dynamic graphical user interfaces";
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,6 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libX11 gtk intltool ];
|
buildInputs = [ pkgconfig libX11 gtk intltool ];
|
||||||
|
|
||||||
|
configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue