guix-commits
[Top][All Lists]
Advanced

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

09/332: gnu: kapidox: Use G-expressions.


From: guix-commits
Subject: 09/332: gnu: kapidox: 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 cf801ba3a5b52bb25518ce7178a1af708f0f1630
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 10:29:18 2023 +0800

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

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 030574eb0f..0945d036f4 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -421,9 +421,9 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
                 "1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f ; test need network
-       #:phases (modify-phases %standard-phases
-                  (delete 'sanity-check)))) ;its insane.
+     (list #:tests? #f ; test need network
+           #:phases #~(modify-phases %standard-phases
+                        (delete 'sanity-check)))) ;its insane.
     (propagated-inputs
      ;; kapidox is a python programm
      ;; TODO: check if doxygen has to be installed, the readme does not



reply via email to

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