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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/pa-applet/default.nix b/pkgs/tools/audio/pa-applet/default.nix
index 3d881717e79..0a82f37e04d 100644
--- a/pkgs/tools/audio/pa-applet/default.nix
+++ b/pkgs/tools/audio/pa-applet/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
   '';
 
   # work around a problem related to gtk3 updates
-  NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
+  env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
 
   postInstall = "";