guix-commits
[Top][All Lists]
Advanced

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

06/06: system: locale: Use only the current glibc.


From: guix-commits
Subject: 06/06: system: locale: Use only the current glibc.
Date: Fri, 14 Jan 2022 08:31:31 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 9d0d4b331d21cf555fdd6a8844d05389d934832c
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]