about summary refs log tree commit diff
path: root/pkgs/applications/misc/slade/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/slade/git.nix')
-rw-r--r--pkgs/applications/misc/slade/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/slade/git.nix b/pkgs/applications/misc/slade/git.nix
index d336d460d7c57..1df734af5e009 100644
--- a/pkgs/applications/misc/slade/git.nix
+++ b/pkgs/applications/misc/slade/git.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
     "-DwxWidgets_LIBRARIES=${wxGTK}/lib"
   ];
 
-  NIX_CFLAGS_COMPILE = "-Wno-narrowing";
+  env.NIX_CFLAGS_COMPILE = "-Wno-narrowing";
 
   meta = with lib; {
     description = "Doom editor";