mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: glibc: Add version 2.31.
* gnu/packages/base.scm (glibc-2.31): New variable. * gnu/system/locale.scm (%default-locale-libcs): Add it.
This commit is contained in:
@@ -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))
|
||||
(list glibc-2.31 glibc))
|
||||
|
||||
(define %default-locale-definitions
|
||||
;; Arbitrary set of locales that are built by default. They are here mostly
|
||||
|
||||
Reference in New Issue
Block a user