guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: system: locale: Only use the current glibc.


From: guix-commits
Subject: branch core-updates updated: system: locale: Only use the current glibc.
Date: Wed, 26 Aug 2020 12:48:21 -0400

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

mothacehe pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 6c44397  system: locale: Only use the current glibc.
6c44397 is described below

commit 6c443975c9cb94131f5956378495c6e3b627b6aa
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Aug 25 19:24:50 2020 +0200

    system: locale: Only use the current glibc.
    
    Only use the current glibc, as adding glibc-2.29 for compatibility adds
    ~100MiB to the barebones system closure.
    
    * gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.29.
---
 gnu/system/locale.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm
index 689d238..77a6ef8 100644
--- a/gnu/system/locale.scm
+++ b/gnu/system/locale.scm
@@ -147,8 +147,7 @@ data format changes between libc versions."
 
 (define %default-locale-libcs
   ;; The libcs for which we build locales by default.
-  ;; List the previous and current libc to ease transition.
-  (list glibc-2.29 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]