guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/15: gnu: lzlib: Remove minilzip comment.


From: guix-commits
Subject: 15/15: gnu: lzlib: Remove minilzip comment.
Date: Tue, 12 Feb 2019 11:39:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 571a01d8faded5098916d8d35544b323846d4080
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 12 14:45:25 2019 +0100

    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.
---
 gnu/packages/compression.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index e5b5d9f..0c57f1c 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]