gnu: python-3.6: Restore name to "python".

The inherited name was changed from "python" to "python2" with commit
a7714d42, restore it.

* gnu/packages/python.scm (python)[name]: New field.
This commit is contained in:
宋文武 2018-03-17 17:13:47 +08:00
parent 5a5b36322d
commit b4d0cf40f2
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -338,6 +338,7 @@ (define-public python-2 python-2.7)
(define-public python-3.6
(package (inherit python-2)
(name "python")
(version "3.6.4")
(source (origin
(method url-fetch)