Merge pull request #99051 from Infinisil/man-pages-bin

man-pages: Make it findable by manpages
This commit is contained in:
Silvan Mosberger 2020-10-02 00:52:30 +02:00 committed by GitHub
commit 5ce1f9d129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";