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.
master
parent
f268b744b8
commit
9829e0699b
|
@ -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"))
|
||||
|
|
Reference in New Issue