gnu: hitch: Do not return #t from custom phases.
* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom phases.
parent
5a462c0d3d
commit
6db0d1484e
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue