about summary refs log tree commit diff
path: root/pkgs/development/libraries/flatcc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/flatcc/default.nix')
-rw-r--r--pkgs/development/libraries/flatcc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/flatcc/default.nix b/pkgs/development/libraries/flatcc/default.nix
index 9928a98e3719..a65ad5c6fe37 100644
--- a/pkgs/development/libraries/flatcc/default.nix
+++ b/pkgs/development/libraries/flatcc/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     "-DCMAKE_BUILD_TYPE=Release"
   ];
 
-  NIX_CFLAGS_COMPILE = toString [
+  env.NIX_CFLAGS_COMPILE = toString [
     "-Wno-error=misleading-indentation"
     "-Wno-error=stringop-overflow"
   ];