about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2023-02-23 12:07:47 +0000
committerGitHub <noreply@github.com>2023-02-23 12:07:47 +0000
commit42008a14a4461ba309fbaf46145b18dd16a7e472 (patch)
treefbb70dd1ed35b815ff69a66726289ce9f7bbaf16 /pkgs/shells
parent984655a3c7c125eaf2fbc46d4f32bfe17f67e0e7 (diff)
parent3251013cc149d535d857e6bca6da28a61bf81faa (diff)
Merge pull request #217206 from Artturin/stdenvimprovements1
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix
index 932e81a5177e1..00b4a707ed08c 100644
--- a/pkgs/shells/bash/5.nix
+++ b/pkgs/shells/bash/5.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
 
   separateDebugInfo = true;
 
-  NIX_CFLAGS_COMPILE = ''
+  env.NIX_CFLAGS_COMPILE = ''
     -DSYS_BASHRC="/etc/bashrc"
     -DSYS_BASH_LOGOUT="/etc/bash_logout"
   '' + lib.optionalString (!forFHSEnv) ''