gnu: lbzip2: Remove false comment.

This is a follow-up to f268b744b8.

* gnu/packages/compression.scm (lbzip2)[source]: This snippet is, in
fact, a snippet.
This commit is contained in:
Efraim Flashner 2018-11-10 20:13:20 +02:00
parent f268b744b8
commit 9829e0699b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -367,9 +367,6 @@ (define-public lbzip2
(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"))