mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
locale: Upgrade ‘%default-locale-libcs’.
This matches the libc users will usually be upgrading from. * gnu/system/locale.scm (%default-locale-libcs): Replace ‘glibc-2.35’ with ‘glibc-2.39’. Change-Id: I21c291054cd0948ced2f17e951e97f6db7116688
This commit is contained in:
parent
80171c505f
commit
55a36c48cf
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014-2017, 2019-2021, 2023-2024 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2014-2017, 2019-2021, 2023-2025 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2023 Janneke Nieuwenhuizen <jannek@gnu.org>
|
;;; Copyright © 2023 Janneke Nieuwenhuizen <jannek@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
|
@ -148,7 +148,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 glibc-2.35))
|
(list glibc glibc-2.39))
|
||||||
|
|
||||||
(define %default-locale-definitions
|
(define %default-locale-definitions
|
||||||
;; Arbitrary set of locales that are built by default. They come as a
|
;; Arbitrary set of locales that are built by default. They come as a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue