guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cuirass: Remove trailing #t.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Remove trailing #t.
Date: Sun, 09 Jan 2022 12:10:44 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9fd4f4b09c gnu: cuirass: Remove trailing #t.
9fd4f4b09c is described below

commit 9fd4f4b09cc0495d6b1418f171ff738a1086cc00
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 9 18:04:56 2022 +0100

    gnu: cuirass: Remove trailing #t.
    
    * gnu/packages/ci.scm (cuirass): Remove them.
---
 gnu/packages/ci.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm
index a3a8a9195b..57aa778afe 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -114,14 +114,12 @@
              (lambda* (#:key inputs #:allow-other-keys)
                (let ((pg (assoc-ref inputs "ephemeralpg"))
                      (path (getenv "PATH")))
-                 (setenv "PATH" (string-append pg "/bin:" path))
-                 #t)))
+                 (setenv "PATH" (string-append pg "/bin:" path)))))
            ;; Disable the remote tests that require a Guix daemon connection.
            (add-before 'check 'disable-remote-tests
              (lambda _
                (substitute* "Makefile.am"
-                 (("tests/remote.scm") ""))
-               #t))
+                 (("tests/remote.scm") ""))))
            (add-after 'install 'wrap-program
              (lambda* (#:key inputs outputs #:allow-other-keys)
                ;; Wrap the 'cuirass' command to refer to the right modules.
@@ -165,8 +163,7 @@
                  (wrap-program (string-append out "/bin/cuirass")
                    `("PATH" ":" prefix (,(string-append out "/bin")))
                    `("GUILE_LOAD_PATH" ":" prefix (,mods))
-                   `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)))
-                 #t))))))
+                   `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)))))))))
       (inputs
        (list guile-3.0-latest
              guile-avahi



reply via email to

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