gnu: kapidox: Use G-expressions.

* gnu/packages/kde-frameworks.scm (kapidox)[arguments]:
Rewrite as G-expressions.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-12 10:29:18 +08:00 committed by 宋文武
parent 0b1b28d13c
commit cf801ba3a5
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -421,9 +421,9 @@ (define-public kapidox
"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