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
|
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"
|
makeWrapper "$python/bin/$prg" "$out/bin/$prg" --suffix PYTHONPATH : "$PYTHONPATH"
|
||||||
done
|
done
|
||||||
|
ensureDir "$out/share"
|
||||||
|
ln "$python/share/man" "$out/share/man" -s
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inherit python;
|
inherit python;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user