guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: guile: Remove trailing #t in snippet.


From: guix-commits
Subject: 02/02: gnu: guile: Remove trailing #t in snippet.
Date: Wed, 21 Jul 2021 09:47:41 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 777962de5ec4a8b0d57fcd745cf6e4b05689b582
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 21 15:35:46 2021 +0200

    gnu: guile: Remove trailing #t in snippet.
    
    * gnu/packages/guile.scm (guile-3.0)[source]: Remove trailing #t in
    'snippet'.
---
 gnu/packages/guile.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 86621e4..33f132c 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -305,8 +305,7 @@ without requiring the source code to be rewritten.")
                           (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>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]