diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-07-08 13:31:40 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:51 +0200 |
| commit | 55a36c48cf162e52788bcff66f069e5c861ce4e7 (patch) | |
| tree | 2bcc23116e3fb8de7a4524946fdf060462bafdd9 /gnu/system | |
| parent | 80171c505f6cdd0cdc846036d0958134a56c4e5f (diff) | |
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
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/locale.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm index 8087744e595..37f6456e673 100644 --- a/gnu/system/locale.scm +++ b/gnu/system/locale.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2014-2017, 2019-2021, 2023-2024 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2014-2017, 2019-2021, 2023-2025 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2018 Mark H Weaver <mhw@netris.org> | 3 | ;;; Copyright © 2018 Mark H Weaver <mhw@netris.org> |
| 4 | ;;; Copyright © 2023 Janneke Nieuwenhuizen <jannek@gnu.org> | 4 | ;;; Copyright © 2023 Janneke Nieuwenhuizen <jannek@gnu.org> |
| 5 | ;;; | 5 | ;;; |
| @@ -148,7 +148,7 @@ data format changes between libc versions." | |||
| 148 | 148 | ||
| 149 | (define %default-locale-libcs | 149 | (define %default-locale-libcs |
| 150 | ;; The libcs for which we build locales by default. | 150 | ;; The libcs for which we build locales by default. |
| 151 | (list glibc glibc-2.35)) | 151 | (list glibc glibc-2.39)) |
| 152 | 152 | ||
| 153 | (define %default-locale-definitions | 153 | (define %default-locale-definitions |
| 154 | ;; Arbitrary set of locales that are built by default. They come as a | 154 | ;; Arbitrary set of locales that are built by default. They come as a |
