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:
Ludovic Courtès 2024-09-06 23:03:09 +02:00
parent cc2619a7bd
commit 9d17cda3d9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))