bash, bashInteractive: install manpages for both variants

This mostly reverts commit bd0e161f0c.
wip/yesman
Jan Malakhovski 6 years ago
parent 49afe1d490
commit d45e39c9a9
  1. 4
      pkgs/shells/bash/4.4.nix

@ -36,9 +36,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
outputs = [ "out" "dev" "doc" "info" ]
# the man pages are small and useful enough, so include them in $out in interactive builds
++ stdenv.lib.optional (!interactive) "man";
outputs = [ "out" "dev" "man" "doc" "info" ];
NIX_CFLAGS_COMPILE = ''
-DSYS_BASHRC="/etc/bashrc"

Loading…
Cancel
Save