bash, bashInteractive: install manpages for both variants
This mostly reverts commit bd0e161f0cd6a34a5fa777570b1489f1275af417.
This commit is contained in:
parent
49afe1d490
commit
d45e39c9a9
@ -36,9 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" "info" ]
|
outputs = [ "out" "dev" "man" "doc" "info" ];
|
||||||
# the man pages are small and useful enough, so include them in $out in interactive builds
|
|
||||||
++ stdenv.lib.optional (!interactive) "man";
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = ''
|
NIX_CFLAGS_COMPILE = ''
|
||||||
-DSYS_BASHRC="/etc/bashrc"
|
-DSYS_BASHRC="/etc/bashrc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user