mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
fccc027509
commit
777962de5e
1 changed files with 1 additions and 2 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue