summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-10-05 12:34:03 +0200
committerMarius Bakke <marius@gnu.org>2021-10-05 19:52:30 +0200
commita7028d4323744152aaccf66af25ad2c9445bc01e (patch)
tree26b94932daaa738bdfbb58feb3c45981ec09c74d /gnu/packages/web.scm
parent772c0fbc55156f09eb15ef66267dc943dc458295 (diff)
downloadguix-patches-a7028d4323744152aaccf66af25ad2c9445bc01e.tar
guix-patches-a7028d4323744152aaccf66af25ad2c9445bc01e.tar.gz
gnu: hitch: Provide the 'ps' command for tests.
...otherwise, failing tests would show up as successful. This is a follow-up to commit 273380fda2889e5ba4e7fba28b5b104306872c69. * gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1afe4145fc..0ea362c452 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5895,6 +5895,7 @@ on the fly.")
("curl" ,curl)
("egrep" ,grep)
("lsof" ,lsof)
+ ("procps" ,procps)
("python" ,python)))
(inputs
`(("libev" ,libev)