me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 0 deletions

View File

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