From 6db0d1484ec598b7a0907dda78ccf39bb52d9c74 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 29 Jul 2023 13:24:49 +0100 Subject: 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(-) (limited to 'gnu') 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 -- cgit 1.4.1