mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: evolution-data-server: Use C.UTF-8 locale in test.
* gnu/packages/gnome.scm (evolution-data-server): Use C.UTF-8 locale in test. Change-Id: I8e35a9c96cc89bcd19d8e00472c2ccadf2bd5875
This commit is contained in:
parent
afda4d87af
commit
9ed23d9a7c
1 changed files with 4 additions and 0 deletions
|
@ -8268,6 +8268,10 @@ (define-public evolution-data-server
|
|||
(delete-file-recursively "tests/book-migration")
|
||||
(substitute* "tests/CMakeLists.txt"
|
||||
(("add_subdirectory\\(book-migration\\)") ""))))
|
||||
(add-after 'unpack 'patch-locale-in-test
|
||||
(lambda _
|
||||
(substitute* "tests/libebook/client/test-book-client-custom-summary.c"
|
||||
(("en_US\\.UTF-8") "C.UTF-8"))))
|
||||
(add-after 'unpack 'patch-paths
|
||||
(lambda _
|
||||
(substitute* '("tests/test-server-utils/e-test-server-utils.c"
|
||||
|
|
Loading…
Reference in a new issue