me
/
guix
Archived
1
0
Fork 0

gnu: guile: Remove trailing #t in snippet.

* gnu/packages/guile.scm (guile-3.0)[source]: Remove trailing #t in
'snippet'.
master
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
1 changed files with 1 additions and 2 deletions

View File

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