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:
parent
5a5b36322d
commit
b4d0cf40f2
|
@ -338,6 +338,7 @@ data types.")
|
||||||
|
|
||||||
(define-public python-3.6
|
(define-public python-3.6
|
||||||
(package (inherit python-2)
|
(package (inherit python-2)
|
||||||
|
(name "python")
|
||||||
(version "3.6.4")
|
(version "3.6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in New Issue