1
0
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:
Ludovic Courtès
2024-09-06 23:03:09 +02:00
parent cc2619a7bd
commit 9d17cda3d9

View File

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