mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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"
|
||||
(string-append #+(file-append tar "/bin") ":"
|
||||
#+(file-append xz "/bin") ":"
|
||||
#+(file-append zstd "/bin") ":"
|
||||
#+(file-append gzip "/bin")))
|
||||
(unpack #:source #+(package-source glibc))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user