summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6ff1c5c9b24..0ffe72db780 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -379,8 +379,8 @@ data types.")
379 (lambda (old new) 379 (lambda (old new)
380 (symlink (string-append python old) 380 (symlink (string-append python old)
381 (string-append bin "/" new))) 381 (string-append bin "/" new)))
382 '("python3" "pydoc3" "idle3") 382 `("python3" ,"pydoc3" ,"idle3" ,"pip3" ,"python3-config")
383 '("python" "pydoc" "idle")))))) 383 `("python" ,"pydoc" ,"idle" ,"pip" ,"python-config"))))))
384 (synopsis "Wrapper for the Python 3 commands") 384 (synopsis "Wrapper for the Python 3 commands")
385 (description 385 (description
386 "This package provides wrappers for the commands of Python@tie{}3.x such 386 "This package provides wrappers for the commands of Python@tie{}3.x such