From 7763a6d7bd2e333f9b7ba669ad9b28113e53e059 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Tue, 16 Jan 2024 00:12:14 +0100 Subject: [PATCH] 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 --- gnu/packages/disk.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 6fbd270204..357920af9c 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -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