[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: kauth: Use INVOKE.
From: |
guix-commits |
Subject: |
05/17: gnu: kauth: Use INVOKE. |
Date: |
Sat, 26 Jan 2019 10:34:53 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9f5fd3015bf2294f18a111c0108d4a1cf0863b9e
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jan 26 13:18:19 2019 +0100
gnu: kauth: Use INVOKE.
* gnu/packages/kde-frameworks.scm (kauth)[arguments]: Use INVOKE in "check"
phase.
---
gnu/packages/kde-frameworks.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4c67911..989b3e6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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
- 01/17: gnu: kdbusaddons: Use INVOKE., (continued)
- 01/17: gnu: kdbusaddons: Use INVOKE., guix-commits, 2019/01/26
- 02/17: gnu: modemmanager-qt: Use INVOKE., guix-commits, 2019/01/26
- 04/17: gnu: solid: Use INVOKE., guix-commits, 2019/01/26
- 06/17: gnu: knotifications: Use INVOKE., guix-commits, 2019/01/26
- 08/17: gnu: kdelibs4support: Use INVOKE., guix-commits, 2019/01/26
- 10/17: gnu: make-u-boot-package: Use INVOKE., guix-commits, 2019/01/26
- 16/17: gnu: cmatrix: Use INVOKE., guix-commits, 2019/01/26
- 09/17: gnu: libksysguard: Use INVOKE., guix-commits, 2019/01/26
- 13/17: gnu: ding: Use INVOKE., guix-commits, 2019/01/26
- 03/17: gnu: networkmanager-qt: Use INVOKE., guix-commits, 2019/01/26
- 05/17: gnu: kauth: Use INVOKE.,
guix-commits <=
- 07/17: gnu: baloo: Use INVOKE., guix-commits, 2019/01/26
- 12/17: gnu: uthash: Use INVOKE., guix-commits, 2019/01/26
- 14/17: gnu: python-django: Use INVOKE., guix-commits, 2019/01/26
- 15/17: gnu: cowsay: Use INVOKE., guix-commits, 2019/01/26
- 17/17: gnu: xboing: Use INVOKE., guix-commits, 2019/01/26
- 11/17: gnu: uthash: Fetch sources via git., guix-commits, 2019/01/26