[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/332: gnu: networkmanager-qt: Use G-expressions.
From: |
guix-commits |
Subject: |
25/332: gnu: networkmanager-qt: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:35 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 4f086015c750df815797cb8f9e4cfd6b4920a7d0
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 12:10:41 2023 +0800
gnu: networkmanager-qt: Use G-expressions.
* gnu/packages/kde-frameworks.scm (networkmanager-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 b89e558fd4..6db1995e40 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1282,13 +1282,12 @@ messages.")
(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 NetworkManager DBus API")
(description "NetworkManagerQt provides access to all NetworkManager
- 26/332: gnu: oxygen-icons: Update to 5.108.0., (continued)
- 26/332: gnu: oxygen-icons: Update to 5.108.0., guix-commits, 2023/08/03
- 28/332: gnu: ki18n: Update to 5.108.0., guix-commits, 2023/08/03
- 31/332: gnu: kirigami: Update to 5.108.0., guix-commits, 2023/08/03
- 33/332: gnu: kitemviews: Update to 5.108.0., guix-commits, 2023/08/03
- 35/332: gnu: ksyntaxhighlighting: Update to 5.108.0., guix-commits, 2023/08/03
- 37/332: gnu: kcrash: Update to 5.108.0., guix-commits, 2023/08/03
- 38/332: gnu: kcontacts: Update to 5.108.0., guix-commits, 2023/08/03
- 45/332: gnu: kunitconversion: Update to 5.108.0., guix-commits, 2023/08/03
- 47/332: gnu: kdoctools: Update to 5.108.0., guix-commits, 2023/08/03
- 19/332: gnu: kwidgetsaddons: Use G-expressions., guix-commits, 2023/08/03
- 25/332: gnu: networkmanager-qt: Use G-expressions.,
guix-commits <=
- 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