mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0b1b28d13c
commit
cf801ba3a5
1 changed files with 3 additions and 3 deletions
|
@ -421,9 +421,9 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
|
||||||
"1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
|
"1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; test need network
|
(list #:tests? #f ; test need network
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
(delete 'sanity-check)))) ;its insane.
|
(delete 'sanity-check)))) ;its insane.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; kapidox is a python programm
|
;; kapidox is a python programm
|
||||||
;; TODO: check if doxygen has to be installed, the readme does not
|
;; TODO: check if doxygen has to be installed, the readme does not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue