Author: chaoflow
Date: Sun Feb 26 17:23:25 2012
New Revision: 32588
URL: https://nixos.org/websvn/nix/?rev=32588&sc=1
Log:
symlink python manpage for pythonXYFull
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix
==============================================================================
---
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix
Sun Feb 26 17:23:22 2012 (r32587)
+++
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/wrapper.nix
Sun Feb 26 17:23:25 2012 (r32588)
@@ -14,6 +14,8 @@
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;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits