introspection disabling -- clutter-gtk, NM-applet, gnome_panel

Didn't build as it was, and not needed anywhere AFAIK.
This commit is contained in:
Vladimír Čunát
2013-08-06 09:27:34 +02:00
parent a926bad1cc
commit 72a8019334
4 changed files with 8 additions and 1 deletions
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ clutter gtk ];
nativeBuildInputs = [ pkgconfig ];
configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
postBuild = "rm -rf $out/share/gtk-doc";
meta = {
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ clutter gtk3 ];
nativeBuildInputs = [ pkgconfig ];
configureFlags = [ "--disable-introspection" ]; # not needed anywhere AFAIK
postBuild = "rm -rf $out/share/gtk-doc";
meta = {