gnu: wrap-python3: Remove extraneous commas from Scheme lists.

* gnu/packages/python.scm (wrap-python3): Remove commas from Scheme lists.
This commit is contained in:
Mark H Weaver 2016-02-27 08:53:05 -05:00
parent 048ec1a8b0
commit 5c19dab945
1 changed files with 2 additions and 2 deletions

View File

@ -321,8 +321,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")
`("python" ,"pydoc" ,"idle")))))) '("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