diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:37:00 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:35 -0400 |
| commit | a13fb725f144a1546deba189a53e995932837da9 (patch) | |
| tree | 2fb41d9780ff2c123d09e44dc1a78228f3cc833a /gnu/packages/python-compression.scm | |
| parent | 7f50d105c767a47aa2e2e86c0d6e084f890b73fb (diff) | |
gnu: Remove python2-lz4.
* gnu/packages/python-compression.scm (python2-lz4): Delete variable.
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index e7f008e1128..38e66ec64c7 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -260,9 +260,6 @@ by Yann Collet. The project contains bindings for the LZ4 block format and | |||
| 260 | the LZ4 frame format.") | 260 | the LZ4 frame format.") |
| 261 | (license license:bsd-3))) | 261 | (license license:bsd-3))) |
| 262 | 262 | ||
| 263 | (define-public python2-lz4 | ||
| 264 | (package-with-python2 python-lz4)) | ||
| 265 | |||
| 266 | (define-public python-lzstring | 263 | (define-public python-lzstring |
| 267 | (package | 264 | (package |
| 268 | (name "python-lzstring") | 265 | (name "python-lzstring") |
