[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/332: gnu: knotifications: Use G-expressions.
From: |
guix-commits |
Subject: |
42/332: gnu: knotifications: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:36 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 8456d2f99092c629267fc09f25a15095695db17a
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 14:10:05 2023 +0800
gnu: knotifications: Use G-expressions.
* gnu/packages/kde-frameworks.scm (knotifications)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1d80dda371..cdca2f5147 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1888,14 +1888,14 @@ asynchronous jobs.")
qtspeech
qtx11extras))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "HOME" (getcwd))
- (setenv "DBUS_FATAL_WARNINGS" "0")
- (invoke "dbus-launch" "ctest")))))))
+ (list #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "HOME"
+ (getcwd))
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (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
- 29/332: gnu: ki18n: Use G-expressions., (continued)
- 29/332: gnu: ki18n: Use G-expressions., guix-commits, 2023/08/03
- 30/332: gnu: kidletime: Update to 5.108.0., guix-commits, 2023/08/03
- 34/332: gnu: kplotting: Update to 5.108.0., guix-commits, 2023/08/03
- 18/332: gnu: kwidgetsaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 40/332: gnu: kjobwidgets: Update to 5.108.0., guix-commits, 2023/08/03
- 27/332: gnu: prison: Update to 5.108.0., guix-commits, 2023/08/03
- 36/332: gnu: kcompletion: Update to 5.108.0., guix-commits, 2023/08/03
- 39/332: gnu: kcontacts: Use G-expressions., guix-commits, 2023/08/03
- 41/332: gnu: knotifications: Update to 5.108.0., guix-commits, 2023/08/03
- 43/332: gnu: kpty: Update to 5.108.0., guix-commits, 2023/08/03
- 42/332: gnu: knotifications: Use G-expressions.,
guix-commits <=
- 49/332: gnu: kpackage: Update to 5.108.0., guix-commits, 2023/08/03
- 50/332: gnu: kpackage: Use G-expressions., guix-commits, 2023/08/03
- 51/332: gnu: kguiaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 52/332: gnu: kholidays: Update to 5.108.0., guix-commits, 2023/08/03
- 54/332: gnu: kconfigwidgets: Use G-expressions., guix-commits, 2023/08/03
- 57/332: gnu: solid: Update to 5.108.0., guix-commits, 2023/08/03
- 60/332: gnu: kjs: Update to 5.108.0., guix-commits, 2023/08/03
- 63/332: gnu: kwayland: Update to 5.108.0., guix-commits, 2023/08/03
- 69/332: gnu: kglobalaccel: Update to 5.108.0., guix-commits, 2023/08/03
- 48/332: gnu: kdoctools: Use G-expressions., guix-commits, 2023/08/03