guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: glibc-utf8-locales: Reintroduce input labels.


From: guix-commits
Subject: 04/13: gnu: glibc-utf8-locales: Reintroduce input labels.
Date: Sun, 1 Oct 2023 17:02:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ae50099c4633d2042951bb69c3a8f602ea79cb46
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Sep 21 16:02:23 2023 +0200

    gnu: glibc-utf8-locales: Reintroduce input labels.
    
    Since 2f73ea3487b3bf6eb055c08aae7c53713d61a4d7,
    ‘make-glibc-utf8-locales’ couldn’t be passed a package with a name other
    than “glibc” (in particular “glibc-hurd”) since the builder expects the
    name “glibc” in ‘%build-inputs’.
    
    * gnu/packages/base.scm (make-glibc-utf8-locales): Reintroduce labels in
    ‘native-inputs’.
---
 gnu/packages/base.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 0b6cb2ddc5..c0813f7de0 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1382,7 +1382,9 @@ to the @code{share/locale} sub-directory of this 
package.")
                                                          locale ".UTF-8")))
                                ',locales)
                      #t))))
-    (native-inputs (list glibc gzip))
+    (native-inputs
+     `(("glibc" ,glibc)
+       ("gzip" ,gzip)))
     (synopsis (if default-locales?
                   (P_ "Small sample of UTF-8 locales")
                   (P_ "Customized sample of UTF-8 locales")))



reply via email to

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