libwnck3: fix build via disabling introspection

It isn't used anywhere, but fixing it won't hurt (I found by accident).
This commit is contained in:
Vladimír Čunát
2013-11-18 20:07:33 +01:00
parent 747e757500
commit dc3b8cc801
2 changed files with 4 additions and 1 deletions
@@ -10,4 +10,6 @@ stdenv.mkDerivation {
buildInputs = [ pkgconfig intltool ];
propagatedBuildInputs = [ libX11 gtk3 ];
configureFlags = [ "--disable-introspection" ];
}