guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-harden-installer updated: system: locale: Use only the curren


From: guix-commits
Subject: branch wip-harden-installer updated: system: locale: Use only the current glibc.
Date: Mon, 03 Jan 2022 08:48:01 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch wip-harden-installer
in repository guix.

The following commit(s) were added to refs/heads/wip-harden-installer by this 
push:
     new 52c94de767 system: locale: Use only the current glibc.
52c94de767 is described below

commit 52c94de76795a7e7151bf5f5d6a5a6b9d3240a18
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jan 3 14:46:17 2022 +0100

    system: locale: Use only the current glibc.
    
    * gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
---
 gnu/system/locale.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm
index dcbc93e3bf..b209b9b9cf 100644
--- a/gnu/system/locale.scm
+++ b/gnu/system/locale.scm
@@ -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-2.31 glibc))
+  (list glibc))
 
 (define %default-locale-definitions
   ;; Arbitrary set of locales that are built by default.  They are here mostly



reply via email to

[Prev in Thread] Current Thread [Next in Thread]