guix-commits
[Top][All Lists]
Advanced

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

05/17: gnu: kauth: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 9f5fd3015bf2294f18a111c0108d4a1cf0863b9e
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 13:18:19 2019 +0100

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

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4c67911..989b3e6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1500,7 +1500,7 @@ with other frameworks.")
          (replace 'check
            (lambda _
              (setenv "DBUS_FATAL_WARNINGS" "0")
-             (zero? (system* "dbus-launch" "ctest" ".")))))))
+             (invoke "dbus-launch" "ctest" "."))))))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Execute actions as privileged user")
     (description "KAuth provides a convenient, system-integrated way to offload



reply via email to

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