mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guile-commonmark: Run tests under C.UTF-8.
* gnu/packages/guile-xyz.scm (guile-commonmark)[source]: Change “en_US.utf8” to “C.UTF-8” in tests. Change-Id: I85bd8c0a60883f771e75c4ec90e4c441531d777b
This commit is contained in:
parent
82ddbe9a6e
commit
6b866f13fb
1 changed files with 5 additions and 1 deletions
|
@ -3151,7 +3151,11 @@ (define-public guile-commonmark
|
|||
(substitute* "configure"
|
||||
(("2\\.2 2\\.0")
|
||||
"3.0 2.2 2.0"))
|
||||
#t))))
|
||||
;; The 'en_US.utf8' locale is missing, but C.UTF-8 is
|
||||
;; enough.
|
||||
(substitute* (find-files "tests/inlines" "\\.scm$")
|
||||
(("en_US.utf8")
|
||||
"C.UTF-8"))))))
|
||||
(build-system gnu-build-system)
|
||||
;; The tests throw exceptions with Guile 3.0.5, because they evaluate
|
||||
;; (exit ...).
|
||||
|
|
Loading…
Reference in a new issue