guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: glibc-locales: Fix build.


From: guix-commits
Subject: 10/17: gnu: glibc-locales: Fix build.
Date: Thu, 18 Jan 2024 07:58:11 -0500 (EST)

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

commit 1a12f752a9ef32fe172a2b16071179e28dd9315a
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon Jan 15 16:55:01 2024 +0100

    gnu: glibc-locales: Fix build.
    
    Change-Id: I34112114b76e75cb2e517d0965286ba8c11a5d6c
    
    * gnu/packages/base.scm (make-glibc-locales): Delete the new glibc
    'install-utf8-c-locale phase.
    
    Change-Id: I843ea0a4fb34dba42e3a2e5ceafb85db7060089f
---
 gnu/packages/base.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 58bf1a105c..4fe6651a73 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1365,6 +1365,7 @@ to the @code{share/locale} sub-directory of this 
package.")
                                                            normalized)))))
                              locales))))
              (delete 'install)
+             (delete 'install-utf8-c-locale)
              (delete 'move-static-libs)))
          ((#:configure-flags flags)
           `(append ,flags



reply via email to

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