gnu: kauth: Use INVOKE.
* gnu/packages/kde-frameworks.scm (kauth)[arguments]: Use INVOKE in "check" phase.master
parent
93a1a3c544
commit
9f5fd3015b
|
@ -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