man-pages: fix conflict with shadow-utils
This commit is contained in:
parent
35399f93d6
commit
067171a61f
@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "MANDIR=$(out)/share/man" ];
|
makeFlags = [ "MANDIR=$(out)/share/man" ];
|
||||||
|
postInstall = ''
|
||||||
|
# conflict with shadow-utils
|
||||||
|
rm $out/share/man/man5/passwd.5 \
|
||||||
|
$out/share/man/man3/getspnam.3
|
||||||
|
'';
|
||||||
outputDocdev = "out";
|
outputDocdev = "out";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user