mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02: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:
committed by
Andreas Enge
parent
80171c505f
commit
55a36c48cf
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user