me
/
guix
Archived
1
0
Fork 0

system: locale: Use only the current glibc.

* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
Mathieu Othacehe 2022-01-03 14:46:17 +01:00
parent e92723452d
commit 9d0d4b331d
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ data format changes between libc versions."
(define %default-locale-libcs
;; The libcs for which we build locales by default.
(list glibc-2.31 glibc))
(list glibc))
(define %default-locale-definitions
;; Arbitrary set of locales that are built by default. They are here mostly