mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue