1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: Remove python2-lz4.

* gnu/packages/python-compression.scm (python2-lz4): Delete variable.
This commit is contained in:
Maxim Cournoyer
2022-04-29 17:37:00 -04:00
parent 7f50d105c7
commit a13fb725f1

View File

@@ -260,9 +260,6 @@ by Yann Collet. The project contains bindings for the LZ4 block format and
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")