gnu: hitch: Do not return #t from custom phases.
* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom phases.
This commit is contained in:
parent
5a462c0d3d
commit
6db0d1484e
1 changed files with 1 additions and 2 deletions
|
@ -5983,8 +5983,7 @@ on the fly.")
|
||||||
;; process has shut down.
|
;; process has shut down.
|
||||||
(substitute* "src/tests/hitch_test.sh"
|
(substitute* "src/tests/hitch_test.sh"
|
||||||
(("kill -0 \"\\$HITCH_PID\"")
|
(("kill -0 \"\\$HITCH_PID\"")
|
||||||
"$(ps -p $HITCH_PID -o state= | grep -qv '^Z$')"))
|
"$(ps -p $HITCH_PID -o state= | grep -qv '^Z$')")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
|
||||||
|
|
Reference in a new issue