gnu: baloo: Use INVOKE.

* gnu/packages/kde-frameworks.scm (baloo)[arguments]: Use INVOKE in "check"
phase.
This commit is contained in:
Ricardo Wurmus 2019-01-26 14:28:36 +01:00
parent 43bb3ac47a
commit 0071676a09
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -2014,7 +2014,7 @@ gallons).")
(replace 'check (replace 'check
(lambda _ (lambda _
(setenv "DBUS_FATAL_WARNINGS" "0") (setenv "DBUS_FATAL_WARNINGS" "0")
(zero? (system* "dbus-launch" "ctest" "."))))))) (invoke "dbus-launch" "ctest" "."))))))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "File searching and indexing") (synopsis "File searching and indexing")
(description "Baloo provides file searching and indexing. It does so by (description "Baloo provides file searching and indexing. It does so by