mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
system: locale: ‘glibc-supported-locales’ uses zstd instead of xz.
This is a followup to c9666c120b.
Fixes <https://issues.guix.gnu.org/73065>.
* gnu/system/locale.scm (glibc-supported-locales): Change XZ to ZSTD.
Change-Id: Ie3cb5d50648a0698ce5246591fb405e4eb690af5
This commit is contained in:
@@ -203,7 +203,7 @@ locale supported by GLIBC."
|
|||||||
|
|
||||||
(setenv "PATH"
|
(setenv "PATH"
|
||||||
(string-append #+(file-append tar "/bin") ":"
|
(string-append #+(file-append tar "/bin") ":"
|
||||||
#+(file-append xz "/bin") ":"
|
#+(file-append zstd "/bin") ":"
|
||||||
#+(file-append gzip "/bin")))
|
#+(file-append gzip "/bin")))
|
||||||
(unpack #:source #+(package-source glibc))
|
(unpack #:source #+(package-source glibc))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user