[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: Revert "packages: Use glibc-utf8-locales/hurd in %standard-patch-
|
From: |
guix-commits |
|
Subject: |
02/14: Revert "packages: Use glibc-utf8-locales/hurd in %standard-patch-inputs." |
|
Date: |
Thu, 30 Nov 2023 04:21:18 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 55c60dbf2f3f600fceb0bf49449d5d0d6339861f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Nov 29 17:02:45 2023 +0100
Revert "packages: Use glibc-utf8-locales/hurd in %standard-patch-inputs."
This reverts commit e7029c832bded5daadcac8d9d09ed15293a5db09.
---
guix/packages.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/guix/packages.scm b/guix/packages.scm
index f4aa0e78fa..e2e82692ad 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -866,10 +866,7 @@ identifiers. The result is inferred from the file names
of patches."
("lzip" ,(ref '(gnu packages compression) 'lzip))
("unzip" ,(ref '(gnu packages compression) 'unzip))
("patch" ,(ref '(gnu packages base) 'patch))
- ("locales" ,(ref '(gnu packages base)
- (if (target-hurd?)
- 'glibc-utf8-locales/hurd
- 'glibc-utf8-locales))))))
+ ("locales" ,(ref '(gnu packages base) 'glibc-utf8-locales)))))
(define (default-guile)
"Return the default Guile package used to run the build code of
- branch hurd-team created (now 95d6065650), guix-commits, 2023/11/30
- 01/14: packages: Use glibc-utf8-locales/hurd in %standard-patch-inputs., guix-commits, 2023/11/30
- 14/14: HACK compile-as-derivation: build #:system "i586-gnu"., guix-commits, 2023/11/30
- 05/14: gnu: guix: Update to 1.4.0-16.9ce07b481e., guix-commits, 2023/11/30
- 13/14: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2023/11/30
- 02/14: Revert "packages: Use glibc-utf8-locales/hurd in %standard-patch-inputs.",
guix-commits <=
- 06/14: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/11/30
- 08/14: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2023/11/30
- 12/14: DRAFT daemon: Support chroot builds on GNU/Hurd., guix-commits, 2023/11/30
- 10/14: DRAFT hurd-boot: Support second boot., guix-commits, 2023/11/30
- 07/14: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/11/30
- 11/14: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/11/30
- 03/14: gnu: Add ‘libc-locales-for-target’ and related., guix-commits, 2023/11/30
- 04/14: gnu: Use ‘libc-utf8-locales-for-target’., guix-commits, 2023/11/30
- 09/14: DRAFT hurd: Support second boot., guix-commits, 2023/11/30