guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/13: gnu: Add python2-zipp.


From: guix-commits
Subject: 08/13: gnu: Add python2-zipp.
Date: Wed, 15 Jan 2020 15:17:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f15bdfebc6bb516d235bdf51ecdd2b35f9709f00
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 20:12:09 2020 +0100

    gnu: Add python2-zipp.
    
    * gnu/packages/python-compression.scm (python2-zipp): New public variable.
---
 gnu/packages/python-compression.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index 6015b5a..7de5be7 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -235,6 +235,9 @@ install: libbitshuffle.so
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]