mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kmime: Fix test.
* gnu/packages/kde-pim.scm (kmime)[arguments]: Set 'LC_ALL' in the fix-test-case phase. Change-Id: If3b2f1be809a00302d5b1c0615b01448ab09c3b1
This commit is contained in:
parent
cabeef36c0
commit
0977d0aee9
1 changed files with 1 additions and 5 deletions
|
@ -1769,11 +1769,7 @@ 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 "LC_ALL" "C.utf8") ;for 'testFancyFormat'
|
||||
(setenv "TZDIR" (search-input-directory
|
||||
inputs "share/zoneinfo"))))))))
|
||||
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue