iyzsong pushed a commit to branch kde-updates
in repository guix.
commit cf801ba3a5b52bb25518ce7178a1af708f0f1630
Author: Zheng Junjie <[email protected]>
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: 宋文武 <[email protected]>
---
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