mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ wrapper. It provides a backport of the @code{Path} object.")
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package/inherit
|
(package/inherit
|
||||||
python2-zipp
|
python2-zipp
|
||||||
|
(name "python2-zipp-bootstrap")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
,@(package-arguments python2-zipp)))
|
,@(package-arguments python2-zipp)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue