mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
system: locale: Use only the current glibc.
* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
This commit is contained in:
@@ -147,7 +147,7 @@ data format changes between libc versions."
|
|||||||
|
|
||||||
(define %default-locale-libcs
|
(define %default-locale-libcs
|
||||||
;; The libcs for which we build locales by default.
|
;; The libcs for which we build locales by default.
|
||||||
(list glibc-2.31 glibc))
|
(list glibc))
|
||||||
|
|
||||||
(define %default-locale-definitions
|
(define %default-locale-definitions
|
||||||
;; Arbitrary set of locales that are built by default. They are here mostly
|
;; Arbitrary set of locales that are built by default. They are here mostly
|
||||||
|
|||||||
Reference in New Issue
Block a user