diff options
author | Marius Bakke <marius@gnu.org> | 2021-10-05 12:34:03 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-10-05 19:52:30 +0200 |
commit | a7028d4323744152aaccf66af25ad2c9445bc01e (patch) | |
tree | 26b94932daaa738bdfbb58feb3c45981ec09c74d /gnu/packages/web.scm | |
parent | 772c0fbc55156f09eb15ef66267dc943dc458295 (diff) |
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.scm | 1 |
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) |