guix-commits
[Top][All Lists]
Advanced

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

09/17: gnu: libksysguard: Use INVOKE.


From: guix-commits
Subject: 09/17: gnu: libksysguard: Use INVOKE.
Date: Sat, 26 Jan 2019 10:34:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 92b344dd056fdcc483ae32bc6c5acd5686ed661a
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 14:42:06 2019 +0100

    gnu: libksysguard: Use INVOKE.
    
    * gnu/packages/kde.scm (libksysguard)[arguments]: Use INVOKE in "check" 
phase.
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2414479..e519fb1 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -571,7 +571,7 @@ basic needs and easy to configure for those who want 
special setups.")
          (replace 'check
            (lambda _
              ;; TODO: Fix this failing test-case
-             (zero? (system* "ctest" "-E" "processtest")))))))
+             (invoke "ctest" "-E" "processtest"))))))
     (home-page "https://www.kde.org/info/plasma-5.13.4.php";)
     (synopsis "Network enabled task and system monitoring")
     (description "KSysGuard can obtain information on system load and



reply via email to

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