guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: cross-base: Remove ‘install-utf8-c-loc


From: guix-commits
Subject: branch core-updates updated: gnu: cross-base: Remove ‘install-utf8-c-locale’.
Date: Sat, 09 Dec 2023 18:17:50 -0500

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

civodul 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 e4013b3126 gnu: cross-base: Remove ‘install-utf8-c-locale’.
e4013b3126 is described below

commit e4013b31266b40dc9cb250c44b2088d3931cb3b3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 10 00:13:37 2023 +0100

    gnu: cross-base: Remove ‘install-utf8-c-locale’.
    
    * gnu/packages/cross-base.scm (cross-libc*): Remove
    ‘install-utf8-c-locale’ phase.
    
    Change-Id: I47cf555548335491f06443dd921a457f458801f4
---
 gnu/packages/cross-base.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm
index ff961ca151..8569037c9a 100644
--- a/gnu/packages/cross-base.scm
+++ b/gnu/packages/cross-base.scm
@@ -668,7 +668,13 @@ and the cross tool chain."
 
                    (format #t "adding '~a' to the front of 'PATH'~%"
                            cross-binutils)
-                   (setenv "PATH" (string-append cross-binutils ":" (getenv 
"PATH")))))
+                   (setenv "PATH" (string-append cross-binutils ":"
+                                                 (getenv "PATH")))))
+
+               ;; This phase would require running 'localedef' built for
+               ;; TARGET, which is impossible by definition.
+               (delete 'install-utf8-c-locale)
+
                ,@(if (target-hurd? target)
                      '((add-after 'install 'augment-libc.so
                          (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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