guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: hitch: Do not return #t from custom phases.


From: guix-commits
Subject: 02/02: gnu: hitch: Do not return #t from custom phases.
Date: Sat, 29 Jul 2023 08:47:12 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 6db0d1484ec598b7a0907dda78ccf39bb52d9c74
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat Jul 29 13:24:49 2023 +0100

    gnu: hitch: Do not return #t from custom phases.
    
    * gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom
    phases.
---
 gnu/packages/web.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 08daac5266..e5fd081d27 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5983,8 +5983,7 @@ on the fly.")
                       ;; process has shut down.
                       (substitute* "src/tests/hitch_test.sh"
                         (("kill -0 \"\\$HITCH_PID\"")
-                         "$(ps -p $HITCH_PID -o state= | grep -qv '^Z$')"))
-                      #t)))))
+                         "$(ps -p $HITCH_PID -o state= | grep -qv 
'^Z$')")))))))
     (native-inputs
      (list pkg-config
 



reply via email to

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