gnu: knotifications: Use INVOKE.
* gnu/packages/kde-frameworks.scm (knotifications)[arguments]: Use INVOKE in "check" phase.
This commit is contained in:
parent
9f5fd3015b
commit
43bb3ac47a
|
@ -1809,7 +1809,7 @@ asynchronous jobs.")
|
|||
(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 "Desktop notifications")
|
||||
(description "KNotification is used to notify the user of an event. It
|
||||
|
|
Loading…
Reference in New Issue