1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: wrap-python3: Create more symlinks.

* gnu/pyckages/python.csm (wrap-python3): Create additional symlinks for
  pip and python-config.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Hartmut Goebel
2016-06-17 21:45:12 +02:00
committed by Leo Famulari
parent 92da343667
commit d06df41dfb

View File

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