mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -1603,6 +1603,11 @@ kwebengineviewer.")
|
||||
(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/")
|
||||
|
||||
Reference in New Issue
Block a user