gnu: baloo: Use INVOKE.
* gnu/packages/kde-frameworks.scm (baloo)[arguments]: Use INVOKE in "check" phase.
This commit is contained in:
parent
43bb3ac47a
commit
0071676a09
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue