summary refs log tree commit diff
path: root/pkgs/applications/audio/aacgain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/aacgain/default.nix')
-rw-r--r--pkgs/applications/audio/aacgain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/aacgain/default.nix b/pkgs/applications/audio/aacgain/default.nix
index 62a72fea62a..4d45de86f3a 100644
--- a/pkgs/applications/audio/aacgain/default.nix
+++ b/pkgs/applications/audio/aacgain/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
     libtool
   ];
 
-  NIX_CFLAGS_COMPILE = "-Wno-error=narrowing";
+  env.NIX_CFLAGS_COMPILE = "-Wno-error=narrowing";
 
   meta = with lib; {
     description = "ReplayGain for AAC files";