about summary refs log tree commit diff
path: root/pkgs/servers/sip/freeswitch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/sip/freeswitch/default.nix')
-rw-r--r--pkgs/servers/sip/freeswitch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sip/freeswitch/default.nix b/pkgs/servers/sip/freeswitch/default.nix
index b43d31a33f226..4be9a13404ae8 100644
--- a/pkgs/servers/sip/freeswitch/default.nix
+++ b/pkgs/servers/sip/freeswitch/default.nix
@@ -123,7 +123,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  NIX_CFLAGS_COMPILE = "-Wno-error";
+  env.NIX_CFLAGS_COMPILE = "-Wno-error";
 
   # Using c++14 because of build error
   # gsm_at.h:94:32: error: ISO C++17 does not allow dynamic exception specifications