mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
cc2619a7bd
commit
9d17cda3d9
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ (define unpack
|
|||
|
||||
(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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue