mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 09:32:50 +00:00
symlink python manpage for pythonXYFull
svn path=/nixpkgs/branches/stdenv-updates/; revision=32588
This commit is contained in:
parent
09ae58fcd7
commit
fe9d9530ba
|
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
|||
for prg in 2to3 idle pydoc python python-config python${python.majorVersion} python${python.majorVersion}-config smtpd.py; do
|
||||
makeWrapper "$python/bin/$prg" "$out/bin/$prg" --suffix PYTHONPATH : "$PYTHONPATH"
|
||||
done
|
||||
ensureDir "$out/share"
|
||||
ln "$python/share/man" "$out/share/man" -s
|
||||
'';
|
||||
|
||||
inherit python;
|
||||
|
|
Loading…
Reference in a new issue