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:
Ludovic Courtès 2024-06-08 15:56:50 +02:00
parent 82ddbe9a6e
commit 6b866f13fb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 ...).