diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-12 14:45:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-12 17:38:24 +0100 |
commit | 571a01d8faded5098916d8d35544b323846d4080 (patch) | |
tree | d3bbbb89f426139ef08915bdad60b6bbb2047d53 /gnu/packages/compression.scm | |
parent | 2990422377f4ae09d000d68d22699e3ac65a57af (diff) | |
download | patches-571a01d8faded5098916d8d35544b323846d4080.tar patches-571a01d8faded5098916d8d35544b323846d4080.tar.gz |
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.
Diffstat (limited to 'gnu/packages/compression.scm')
-rw-r--r-- | gnu/packages/compression.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index e5b5d9f3ce..0c57f1c27b 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -1668,8 +1668,6 @@ Clzip is intended to be fully compatible with the regular lzip package.") (sha256 (base32 "0djdj4sg33rzi4k84cygvnp09bfsv6i8wy2k7i67rayib63myp3c")))) (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 `(#:configure-flags (list "CC=gcc" |