symlink python manpage for pythonXYFull

svn path=/nixpkgs/branches/stdenv-updates/; revision=32588
This commit is contained in:
Florian Friesdorf 2012-02-26 17:23:25 +00:00
parent 09ae58fcd7
commit fe9d9530ba

View file

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