mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: kauth: Use INVOKE.
* gnu/packages/kde-frameworks.scm (kauth)[arguments]: Use INVOKE in "check" phase.
This commit is contained in:
@@ -1500,7 +1500,7 @@ with other frameworks.")
|
||||
(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 "Execute actions as privileged user")
|
||||
(description "KAuth provides a convenient, system-integrated way to offload
|
||||
|
||||
Reference in New Issue
Block a user