guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: lbzip2: Remove false comment.


From: Efraim Flashner
Subject: 01/03: gnu: lbzip2: Remove false comment.
Date: Sat, 10 Nov 2018 13:19:12 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 9829e0699b6b0373c1742393f18db261a6ae67a8
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 10 20:13:20 2018 +0200

    gnu: lbzip2: Remove false comment.
    
    This is a follow-up to f268b744b84734b374a15feae1f02b9f2c4085c7.
    
    * gnu/packages/compression.scm (lbzip2)[source]: This snippet is, in
    fact, a snippet.
---
 gnu/packages/compression.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 41289ad..aa47fef 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -367,9 +367,6 @@ decompression.")
              (modules '((guix build utils)))
              (snippet
               '(begin
-                 ;; Adjust the bundled gnulib to work with glibc 2.28.  See 
e.g.
-                 ;; "m4-gnulib-libio.patch".  This is a phase rather than patch
-                 ;; or snippet to work around <https://bugs.gnu.org/32347>.
                  (substitute* (find-files "lib" "\\.c$")
                    (("#if defined _IO_ftrylockfile")
                     "#if defined _IO_EOF_SEEN"))



reply via email to

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