gnu: wrap-python3: Create more symlinks.

Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* gnu/packages/python.scm (wrap-python3): Add symlinks for 'pip' and
'python-config'.
This commit is contained in:
Leo Famulari 2016-05-05 16:29:20 -04:00
parent d46123aade
commit 478e75b53b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -324,8 +324,8 @@ data types.")
(lambda (old new) (lambda (old new)
(symlink (string-append python old) (symlink (string-append python old)
(string-append bin "/" new))) (string-append bin "/" new)))
'("python3" "pydoc3" "idle3") '("python3" "pydoc3" "idle3" "pip3" "python3-config")
'("python" "pydoc" "idle")))))) '("python" "pydoc" "idle" "pip" "python-config"))))))
(synopsis "Wrapper for the Python 3 commands") (synopsis "Wrapper for the Python 3 commands")
(description (description
"This package provides wrappers for the commands of Python@tie{}3.x such "This package provides wrappers for the commands of Python@tie{}3.x such