3
5
Fork 0
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:
Marius Bakke 2021-10-05 12:34:03 +02:00
parent 772c0fbc55
commit a7028d4323
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5895,6 +5895,7 @@ on the fly.")
("curl" ,curl)
("egrep" ,grep)
("lsof" ,lsof)
("procps" ,procps)
("python" ,python)))
(inputs
`(("libev" ,libev)