gnu: korganizer: Allow skipping tests.
* gnu/packages/kde-pim.scm (korganizer)[arguments]: Have custom 'check phase honor #:tests?.
This commit is contained in:
parent
7890ba02df
commit
43f9757f80
@ -1602,8 +1602,9 @@ application \"Parts\" to be embedded as a Kontact component (or plugin).")
|
||||
""))
|
||||
#t))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "dbus-launch" "ctest" ".")
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "dbus-launch" "ctest" "."))
|
||||
#t)))))
|
||||
(home-page "https://kontact.kde.org/components/korganizer.html")
|
||||
(synopsis "Organizational assistant, providing calendars and other similar
|
||||
|
Loading…
Reference in New Issue
Block a user