From a7028d4323744152aaccf66af25ad2c9445bc01e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 5 Oct 2021 12:34:03 +0200 Subject: 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. --- gnu/packages/web.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages') 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) -- cgit v1.2.3 > Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/steps.scm
AgeCommit message (Expand)Author
2019-04-08installer: Generate 'set-xorg-configuration' snippet....Ludovic Courtès
2019-04-07installer: Add dialog to select networking services....Ludovic Courtès
2019-01-17installer: Add configuration formatter....Mathieu Othacehe
2019-01-17gnu: Add graphical installer support....Mathieu Othacehe