[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: glibc-utf8-locales: Reintroduce input labels.
From: |
guix-commits |
Subject: |
04/12: gnu: glibc-utf8-locales: Reintroduce input labels. |
Date: |
Fri, 22 Sep 2023 09:58:42 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 5d6627e0ab95e0b56cf0c957776891b47c91da83
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Sep 22 14:54:05 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 e38ff91ef0..965ee1ab78 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1384,7 +1384,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")))
- branch hurd-team updated (539b171a59 -> 6e161413c7), guix-commits, 2023/09/22
- 03/12: services: hurd-vm: Use the default SSH port number., guix-commits, 2023/09/22
- 01/12: system: vm: Remove unused variable., guix-commits, 2023/09/22
- 05/12: services: guix: Use the right locale package on GNU/Hurd., guix-commits, 2023/09/22
- 07/12: services: childhurd: Authorize the childhurd’s key on the host., guix-commits, 2023/09/22
- 08/12: services: hurd-vm: ‘image’ field has to be an <image> record., guix-commits, 2023/09/22
- 09/12: tests: hurd-vm: Remove custom disk image configuration., guix-commits, 2023/09/22
- 12/12: services: hurd-vm: Implement zero-configuration offloading., guix-commits, 2023/09/22
- 02/12: secret-service: Increase default handshake timeout., guix-commits, 2023/09/22
- 04/12: gnu: glibc-utf8-locales: Reintroduce input labels.,
guix-commits <=
- 06/12: services: guix: Support declarative offloading setup., guix-commits, 2023/09/22
- 10/12: services: hurd-vm: Disable password-based authentication for root., guix-commits, 2023/09/22
- 11/12: doc: Give an example showing how to add an account in the childhurd., guix-commits, 2023/09/22