[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/332: gnu: kcalendarcore: Use G-expressions.
From: |
guix-commits |
Subject: |
12/332: gnu: kcalendarcore: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:33 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 121e081cc39934e6d806a3020b4b6a9ae684cccb
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 10:36:49 2023 +0800
gnu: kcalendarcore: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kcalendarcore)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 140d13f98e..c9e306dd96 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -502,15 +502,16 @@ GZip format, via a subclass of QIODevice.")
(inputs
(list libical qtbase-5))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'check-setup
- (lambda* (#:key inputs #:allow-other-keys) ;;; XXX: failing test
- (setenv "QT_QPA_PLATFORM" "offscreen")
- (setenv "TZ" "Europe/Prague")
- (setenv "TZDIR"
- (search-input-directory inputs
- "share/zoneinfo")))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda* (#:key inputs #:allow-other-keys) ;;; XXX: failing test
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ (setenv "TZ" "Europe/Prague")
+ (setenv "TZDIR"
+ (search-input-directory inputs
+ "share/zoneinfo")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Library for interfacing with calendars")
(description "This library provides access to and handling of calendar
- 05/332: gnu: attica: Use G-expressions., (continued)
- 05/332: gnu: attica: Use G-expressions., guix-commits, 2023/08/03
- 03/332: gnu: kquickcharts: Update to 5.108.0., guix-commits, 2023/08/03
- 06/332: gnu: bluez-qt: Update to 5.108.0., guix-commits, 2023/08/03
- 01/332: gnu: extra-cmake-modules: Update to 5.108.0., guix-commits, 2023/08/03
- 17/332: gnu: kauth: Use G-expressions., guix-commits, 2023/08/03
- 22/332: gnu: modemmanager-qt: Update to 5.108.0., guix-commits, 2023/08/03
- 24/332: gnu: networkmanager-qt: Update to 5.108.0., guix-commits, 2023/08/03
- 32/332: gnu: kitemmodels: Update to 5.108.0., guix-commits, 2023/08/03
- 04/332: gnu: attica: Update to 5.108.0., guix-commits, 2023/08/03
- 11/332: gnu: kcalendarcore: Update to 5.108.0., guix-commits, 2023/08/03
- 12/332: gnu: kcalendarcore: Use G-expressions.,
guix-commits <=
- 13/332: gnu: kcodecs: Update to 5.108.0., guix-commits, 2023/08/03
- 16/332: gnu: kauth: Update to 5.108.0., guix-commits, 2023/08/03
- 20/332: gnu: kwindowsystem: Update to 5.108.0., guix-commits, 2023/08/03
- 21/332: gnu: kwindowsystem: Use G-expressions., guix-commits, 2023/08/03
- 23/332: gnu: modemmanager-qt: Use G-expressions., guix-commits, 2023/08/03
- 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