gnu: guile: Remove trailing #t in snippet.
* gnu/packages/guile.scm (guile-3.0)[source]: Remove trailing #t in 'snippet'.master
parent
fccc027509
commit
777962de5e
|
@ -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>.
|
||||||
|
|
Reference in New Issue