guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: baloo: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 0071676a09da6904bb61d661277394bf45a0b1ac
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 14:28:36 2019 +0100

    gnu: baloo: Use INVOKE.
    
    * gnu/packages/kde-frameworks.scm (baloo)[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 f742238..5d3eb0a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2014,7 +2014,7 @@ gallons).")
          (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 "File searching and indexing")
     (description "Baloo provides file searching and indexing.  It does so by



reply via email to

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