gnu: guile: Remove trailing #t in snippet.

* gnu/packages/guile.scm (guile-3.0)[source]: Remove trailing #t in
'snippet'.
This commit is contained in:
Ludovic Courtès 2021-07-21 15:35:46 +02:00
parent fccc027509
commit 777962de5e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -305,8 +305,7 @@ (define-public guile-3.0
(substitute* "test-suite/standalone/Makefile.in"
(("test-out-of-memory") ""))
(for-each delete-file
(find-files "prebuilt" "\\.go$"))
#t))))
(find-files "prebuilt" "\\.go$"))))))
;; Build with the bundled mini-GMP to avoid interference with GnuTLS' own
;; use of GMP via Nettle: <https://issues.guix.gnu.org/46330>.