magic-wormhole: include manpage
This commit is contained in:
parent
99e72dc413
commit
d81941dcfd
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ buildPythonPackage rec {
|
|||
sed -i -e "s|'ifconfig'|'${nettools}/bin/ifconfig'|" src/wormhole/ipaddrs.py
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
install -Dm644 docs/wormhole.1 $out/share/man/man1/wormhole.1
|
||||
'';
|
||||
|
||||
preCheck = ''
|
||||
export PATH=$out/bin:$PATH
|
||||
export LANG="en_US.UTF-8"
|
||||
|
|
Loading…
Reference in a new issue