mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
system: locale: Use only the current glibc.
* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
This commit is contained in:
parent
e92723452d
commit
9d0d4b331d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ (define* (locale-directory locales
|
||||||
|
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue