1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 10:01:47 +02:00

Revert "gnu: wrap-python3: Create more symlinks."

This reverts commit 478e75b53b.
This commit is contained in:
Leo Famulari
2016-07-01 17:03:29 -04:00
parent d2375c4330
commit 187e9094f7
+2 -2
View File
@@ -370,8 +370,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" "pip3" "python3-config") '("python3" "pydoc3" "idle3")
'("python" "pydoc" "idle" "pip" "python-config")))))) '("python" "pydoc" "idle"))))))
(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