me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom
phases.
Arun Isaac 2023-07-29 13:24:49 +01:00
parent 5a462c0d3d
commit 6db0d1484e
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 1 additions and 2 deletions

View File

@ -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