summary refs log tree commit diff
path: root/pkgs/tools/networking/redfang/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/redfang/default.nix')
-rw-r--r--pkgs/tools/networking/redfang/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/redfang/default.nix b/pkgs/tools/networking/redfang/default.nix
index 9e18d687dc0..8e799b7d41f 100644
--- a/pkgs/tools/networking/redfang/default.nix
+++ b/pkgs/tools/networking/redfang/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   installFlags = [ "DESTDIR=$(out)" ];
 
-  NIX_CFLAGS_COMPILE = "-Wno-format-security";
+  env.NIX_CFLAGS_COMPILE = "-Wno-format-security";
 
   buildInputs = [ bluez ];