gnu: lzlib: Remove minilzip comment.
It lacks lzip's dependency on libstdc++.so and libm.so and may have its uses. * gnu/packages/compression.scm (lzlib): Don't judge.
This commit is contained in:
parent
2990422377
commit
571a01d8fa
|
@ -1668,8 +1668,6 @@ Clzip is intended to be fully compatible with the regular lzip package.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0djdj4sg33rzi4k84cygvnp09bfsv6i8wy2k7i67rayib63myp3c"))))
|
(base32 "0djdj4sg33rzi4k84cygvnp09bfsv6i8wy2k7i67rayib63myp3c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; The included minilzip binary is only ~16 smaller than the ‘real’ lzip.
|
|
||||||
;; It's used during the test suite, but don't be tempted to install it.
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "CC=gcc"
|
(list "CC=gcc"
|
||||||
|
|
Loading…
Reference in New Issue