gnu: kdav: Use G-expressions.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-13 23:20:58 +08:00 committed by 宋文武
parent 539997b22e
commit 5f6ebbda61
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -3826,13 +3826,14 @@ offers abstract functionality to deal with scripts.")
(inputs
(list kcoreaddons ki18n kio qtbase-5 qtxmlpatterns))
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests? ;; Seems to require network.
(invoke "ctest" "-E"
"(kdav-davcollectionsmultifetchjobtest|kdav-davitemfetchjob)")))))))
(list #:phases #~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
;; Seems to require network.
(invoke "ctest" "-E"
"(kdav-davcollectionsmultifetchjobtest|\
kdav-davitemfetchjob)")))))))
(home-page "https://invent.kde.org/frameworks/kdav")
(synopsis "DAV protocol implementation with KJobs")
(description "This is a DAV protocol implementation with KJobs. Calendars