Merge pull request #153527 from andersk/python3-symlinks

python3: Add manpage symlink to fix ‘man python’

authored by Sandro and committed by GitHub ae638835 6ce03a2d

+1
+1
pkgs/development/interpreters/python/cpython/default.nix
··· 439 439 ln -s "$out/bin/python3" "$out/bin/python" 440 440 ln -s "$out/bin/python3-config" "$out/bin/python-config" 441 441 ln -s "$out/lib/pkgconfig/python3.pc" "$out/lib/pkgconfig/python.pc" 442 + ln -sL "$out/share/man/man1/python3.1.gz" "$out/share/man/man1/python.1.gz" 442 443 443 444 # Get rid of retained dependencies on -dev packages, and remove 444 445 # some $TMPDIR references to improve binary reproducibility.