summary refs log tree commit diff
path: root/pkgs/development/tools/shadered/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/shadered/default.nix')
-rw-r--r--pkgs/development/tools/shadered/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/shadered/default.nix b/pkgs/development/tools/shadered/default.nix
index 66a9512c18c..07397f48ad1 100644
--- a/pkgs/development/tools/shadered/default.nix
+++ b/pkgs/development/tools/shadered/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
     ./install_path_fix.patch
   ];
 
-  NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
+  env.NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
 
   meta = with lib; {
     description = "Lightweight, cross-platform & full-featured shader IDE";