mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add python2-zipp.
* gnu/packages/python-compression.scm (python2-zipp): New public variable.
This commit is contained in:
parent
fd5c264ad8
commit
f15bdfebc6
1 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,9 @@ (define-public python-zipp
|
|||
wrapper. It provides a backport of the @code{Path} object.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-zipp
|
||||
(package-with-python2 python-zipp))
|
||||
|
||||
(define-public python-zstandard
|
||||
(package
|
||||
(name "python-zstandard")
|
||||
|
|
Loading…
Reference in a new issue