mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 07:00:37 +02:00
gnu: knotifications: Use INVOKE.
* gnu/packages/kde-frameworks.scm (knotifications)[arguments]: Use INVOKE in "check" phase.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user