guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: hitch: Provide the 'ps' command for tests.


From: guix-commits
Subject: 06/06: gnu: hitch: Provide the 'ps' command for tests.
Date: Tue, 5 Oct 2021 13:53:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a7028d4323744152aaccf66af25ad2c9445bc01e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Oct 5 12:34:03 2021 +0200

    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(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1afe414..0ea362c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]