me
/
guix
Archived
1
0
Fork 0

gnu: kauth: Use INVOKE.

* gnu/packages/kde-frameworks.scm (kauth)[arguments]: Use INVOKE in "check"
phase.
master
Ricardo Wurmus 2019-01-26 13:18:19 +01:00
parent 93a1a3c544
commit 9f5fd3015b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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