summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-01-23 12:35:14 +0000
committerAlyssa Ross <hi@alyssa.is>2023-01-29 10:47:01 +0000
commitc9a88f969dfca9a6d0fa5581be55a6c29ef677c5 (patch)
tree3eebfebf6dbdc4ea6badb4aebedbd77858fbb675 /pkgs/shells/bash
parent0a8262f943481e6c956f8cf20a1a39d3618687bc (diff)
downloadnixpkgs-c9a88f969dfca9a6d0fa5581be55a6c29ef677c5.tar
nixpkgs-c9a88f969dfca9a6d0fa5581be55a6c29ef677c5.tar.gz
nixpkgs-c9a88f969dfca9a6d0fa5581be55a6c29ef677c5.tar.bz2
nixpkgs-c9a88f969dfca9a6d0fa5581be55a6c29ef677c5.tar.lz
nixpkgs-c9a88f969dfca9a6d0fa5581be55a6c29ef677c5.tar.xz
nixpkgs-c9a88f969dfca9a6d0fa5581be55a6c29ef677c5.tar.zst
nixpkgs-c9a88f969dfca9a6d0fa5581be55a6c29ef677c5.zip
bash: add debug info
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix
index 7b79533cc3a..10e10eff07c 100644
--- a/pkgs/shells/bash/5.nix
+++ b/pkgs/shells/bash/5.nix
@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
 
   outputs = [ "out" "dev" "man" "doc" "info" ];
 
+  separateDebugInfo = true;
+
   NIX_CFLAGS_COMPILE = ''
     -DSYS_BASHRC="/etc/bashrc"
     -DSYS_BASH_LOGOUT="/etc/bash_logout"