Merge pull request #99051 from Infinisil/man-pages-bin
man-pages: Make it findable by manpages
This commit is contained in:
commit
5ce1f9d129
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
||||
# conflict with shadow-utils
|
||||
rm $out/share/man/man5/passwd.5 \
|
||||
$out/share/man/man3/getspnam.3
|
||||
|
||||
# The manpath executable looks up manpages from PATH. And this package won't
|
||||
# appear in PATH unless it has a /bin folder
|
||||
mkdir -p $out/bin
|
||||
'';
|
||||
outputDocdev = "out";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user