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:
宋文武 2025-05-04 14:55:00 +08:00 committed by Andreas Enge
parent cabeef36c0
commit 0977d0aee9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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/")