guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

130/332: gnu: kopeninghours: Use G-expressions.


From: guix-commits
Subject: 130/332: gnu: kopeninghours: Use G-expressions.
Date: Thu, 3 Aug 2023 05:43:46 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 69ccc11914bd494a9aa92e35061229c1925d75fd
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jul 14 16:30:24 2023 +0800

    gnu: kopeninghours: Use G-expressions.
    
    * gnu/packages/kde.scm (kopeninghours)[arguments]:
    Rewrite as G-expressions.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index f6c4d4dd6f..f9706912e5 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -779,13 +779,13 @@ cards.")
                 "14m4wl79b4qad42l1capz59pslfcrm25jshyhmcqzhqb0wzwkav9"))))
     (build-system cmake-build-system)
     (arguments
-     (list #:phases '(modify-phases %standard-phases
-                       (replace 'check
-                         (lambda* (#:key tests? #:allow-other-keys)
-                           (when tests?
-                             (setenv "QT_QPA_PLATFORM" "offscreen")
-                             (invoke "ctest" "-E"
-                                     "(evaluatetest|iterationtest)")))))))
+     (list #:phases #~(modify-phases %standard-phases
+                        (replace 'check
+                          (lambda* (#:key tests? #:allow-other-keys)
+                            (when tests?
+                              (setenv "QT_QPA_PLATFORM" "offscreen")
+                              (invoke "ctest" "-E"
+                                      "(evaluatetest|iterationtest)")))))))
     (native-inputs (list bison extra-cmake-modules flex))
     (inputs (list boost
                   kholidays



reply via email to

[Prev in Thread] Current Thread [Next in Thread]