gnu: python2-minimal: Rename to "python2-minimal".

* gnu/packages/python.scm (python2-minimal)[name]: Change to
"python2-minimal".
This commit is contained in:
Ricardo Wurmus 2018-03-16 21:58:31 +01:00
parent a7714d42de
commit 23c0d40e13
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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