mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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)
|
||||
("egrep" ,grep)
|
||||
("lsof" ,lsof)
|
||||
("procps" ,procps)
|
||||
("python" ,python)))
|
||||
(inputs
|
||||
`(("libev" ,libev)
|
||||
|
|
Loading…
Reference in a new issue