mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
13b5b5d10f
commit
7763a6d7bd
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue