mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kmime: Disable testFancyFormat test.
Fixes <issues.guix.gnu.org/73067> * gnu/packages/kde-pim.scm (kmime)[arguments]: Disable testFancyFormat test. Change-Id: Id1b459832a6a0b2d7636855774a1ffaadb1aacba
This commit is contained in:
parent
2c8e2933f4
commit
643e7ecbe6
1 changed files with 5 additions and 0 deletions
|
@ -1603,6 +1603,11 @@ (define-public kmime
|
|||
(add-after 'unpack 'fix-test-case
|
||||
(lambda* (#:key inputs tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(with-output-to-file "autotests/BLACKLIST"
|
||||
(lambda _
|
||||
(for-each
|
||||
(lambda (name) (display (string-append "[" name "]\n*\n")))
|
||||
(list "testFancyFormat"))))
|
||||
(setenv "TZDIR" (search-input-directory
|
||||
inputs "share/zoneinfo"))))))))
|
||||
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
|
||||
|
|
Loading…
Reference in a new issue