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:
Efraim Flashner 2020-06-24 08:19:43 +03:00
parent 4f33bf5709
commit 397b9c887c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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