mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-lz4.
* gnu/packages/python-compression.scm (python2-lz4): Delete variable.
This commit is contained in:
parent
7f50d105c7
commit
a13fb725f1
1 changed files with 0 additions and 3 deletions
|
@ -260,9 +260,6 @@ (define-public python-lz4
|
|||
the LZ4 frame format.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-lz4
|
||||
(package-with-python2 python-lz4))
|
||||
|
||||
(define-public python-lzstring
|
||||
(package
|
||||
(name "python-lzstring")
|
||||
|
|
Loading…
Reference in a new issue