mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python2-zipp-bootstrap: Add missing name field.
* gnu/packages/python-compression.scm (python2-zipp-bootstrap)[name]: Don't inherit from python2-zipp.
This commit is contained in:
parent
4f33bf5709
commit
397b9c887c
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ (define-public python2-zipp-bootstrap
|
|||
(hidden-package
|
||||
(package/inherit
|
||||
python2-zipp
|
||||
(name "python2-zipp-bootstrap")
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
,@(package-arguments python2-zipp)))
|
||||
|
|
Loading…
Reference in a new issue