1
0
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:
Ludovic Courtès
2020-09-20 23:11:55 +02:00
parent 3b49071fd1
commit 855bc05e11
2 changed files with 12 additions and 1 deletions
+1 -1
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))
(list glibc-2.31 glibc))
(define %default-locale-definitions
;; Arbitrary set of locales that are built by default. They are here mostly