[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/332: gnu: modemmanager-qt: Use G-expressions.
From: |
guix-commits |
Subject: |
23/332: gnu: modemmanager-qt: Use G-expressions. |
Date: |
Wed, 2 Aug 2023 10:36:38 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 0ac80ee36f85eb541076e4f4fde5a62c0a5e3df7
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 12:07:30 2023 +0800
gnu: modemmanager-qt: Use G-expressions.
* gnu/packages/kde-frameworks.scm (modemmanager-qt)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d0c10e78c2..1bd3bb39f7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1245,13 +1245,12 @@ lower level classes for interaction with the X
Windowing System.")
(inputs
(list qtbase-5))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (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 "DBUS_FATAL_WARNINGS" "0")
+ (invoke "dbus-launch" "ctest")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Qt wrapper for ModemManager DBus API")
(description "ModemManagerQt provides access to all ModemManager features
- 47/332: gnu: kdoctools: Update to 5.108.0., (continued)
- 47/332: gnu: kdoctools: Update to 5.108.0., guix-commits, 2023/08/02
- 48/332: gnu: kdoctools: Use G-expressions., guix-commits, 2023/08/02
- 51/332: gnu: kguiaddons: Update to 5.108.0., guix-commits, 2023/08/02
- 58/332: gnu: solid: Use G-expressions., guix-commits, 2023/08/02
- 62/332: gnu: plasma-wayland-protocols: Update to 1.10.0., guix-commits, 2023/08/02
- 61/332: gnu: kjsembed: Update to 5.108.0., guix-commits, 2023/08/02
- 55/332: gnu: kiconthemes: Update to 5.108.0., guix-commits, 2023/08/02
- 63/332: gnu: kwayland: Update to 5.108.0., guix-commits, 2023/08/02
- 14/332: gnu: kcoreaddons: Update to 5.108.0., guix-commits, 2023/08/02
- 10/332: gnu: karchive: Update to 5.108.0., guix-commits, 2023/08/02
- 23/332: gnu: modemmanager-qt: Use G-expressions.,
guix-commits <=
- 28/332: gnu: ki18n: Update to 5.108.0., guix-commits, 2023/08/02
- 30/332: gnu: kidletime: Update to 5.108.0., guix-commits, 2023/08/02
- 34/332: gnu: kplotting: Update to 5.108.0., guix-commits, 2023/08/02
- 53/332: gnu: kconfigwidgets: Update to 5.108.0., guix-commits, 2023/08/02
- 101/332: gnu: khtml: Update to 5.108.0., guix-commits, 2023/08/02
- 66/332: gnu: kimageformats: Use G-expressions., guix-commits, 2023/08/02
- 82/332: gnu: kfilemetadata: Use G-expressions., guix-commits, 2023/08/02
- 89/332: gnu: kcmutils: Use G-expressions., guix-commits, 2023/08/02
- 109/332: gnu: krunner: Update to 5.108.0., guix-commits, 2023/08/02
- 112/332: gnu: grantleetheme: Update to 23.04.3., guix-commits, 2023/08/02