gnu: parted: Use C.UTF-8 for Unicode tests.

* gnu/packages/disk.scm (parted): Switch back from en_US.utf8 to the initially
upstream-intended C.UTF-8.

Change-Id: I96352abeecd0f63d64fdaa826a24c9564ef16616
This commit is contained in:
Josselin Poiret 2024-01-16 00:12:14 +01:00 committed by Ludovic Courtès
parent 13b5b5d10f
commit 7763a6d7bd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -273,8 +273,6 @@ (define-public parted
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-locales-and-python
(lambda _
(substitute* "tests/t0251-gpt-unicode.sh"
(("C.UTF-8") "en_US.utf8")) ;not in Glibc locales
(substitute* "tests/msdos-overlap"
(("/usr/bin/python") (which "python"))))))))
(inputs