about summary refs log tree commit diff
path: root/pkgs/tools/audio/pa-applet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/pa-applet/default.nix')
-rw-r--r--pkgs/tools/audio/pa-applet/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/audio/pa-applet/default.nix b/pkgs/tools/audio/pa-applet/default.nix
index c5b45743c343..6d5dd6ffca05 100644
--- a/pkgs/tools/audio/pa-applet/default.nix
+++ b/pkgs/tools/audio/pa-applet/default.nix
@@ -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 ];