mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python2-minimal: Rename to "python2-minimal".
* gnu/packages/python.scm (python2-minimal)[name]: Change to "python2-minimal".
This commit is contained in:
parent
a7714d42de
commit
23c0d40e13
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ (define-public python python-3)
|
|||
|
||||
(define-public python2-minimal
|
||||
(package (inherit python-2)
|
||||
(name "python-minimal")
|
||||
(name "python2-minimal")
|
||||
(outputs '("out"))
|
||||
|
||||
;; Keep zlib, which is used by 'pip' (via the 'zipimport' module), which
|
||||
|
|
Loading…
Reference in a new issue