gnu: sharutils: Remove false comment.
This is a follow-up to b50d58b344
.
* gnu/packages/compression.scm (sharutils)[source]: This snippet is, in
fact, a snippet.
This commit is contained in:
parent
9829e0699b
commit
211db9caf7
1 changed files with 13 additions and 16 deletions
|
@ -601,9 +601,6 @@ decompressors when faced with corrupted input.")
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(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$")
|
(substitute* (find-files "lib" "\\.c$")
|
||||||
(("#if defined _IO_ftrylockfile")
|
(("#if defined _IO_ftrylockfile")
|
||||||
"#if defined _IO_EOF_SEEN"))
|
"#if defined _IO_EOF_SEEN"))
|
||||||
|
|
Reference in a new issue