pa_applet: work around a build problem

Also remove wrong homepage.
CC @iElectric.
This commit is contained in:
Vladimír Čunát 2013-12-10 13:41:20 +01:00
parent 785befb6b2
commit 93ecc63614

View File

@ -17,11 +17,13 @@ stdenv.mkDerivation rec {
./autogen.sh
'';
# work around a problem related to gtk3 updates
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
postInstall = ''
'';
meta = with stdenv.lib; {
homepage = http://projects.gnome.org/NetworkManager/;
description = "";
license = licenses.gpl2;
maintainers = with maintainers; [ iElectric ];