gnu: hitch: Provide the 'ps' command for tests.
...otherwise, failing tests would show up as successful. This is a follow-up
to commit 273380fda2
.
* gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
This commit is contained in:
parent
772c0fbc55
commit
a7028d4323
1 changed files with 1 additions and 0 deletions
|
@ -5895,6 +5895,7 @@ on the fly.")
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("egrep" ,grep)
|
("egrep" ,grep)
|
||||||
("lsof" ,lsof)
|
("lsof" ,lsof)
|
||||||
|
("procps" ,procps)
|
||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libev" ,libev)
|
`(("libev" ,libev)
|
||||||
|
|
Reference in a new issue