guix-commits
[Top][All Lists]
Advanced

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

04/15: Revert "packages: Use glibc-utf8-locales/hurd in %standard-patch-


From: guix-commits
Subject: 04/15: Revert "packages: Use glibc-utf8-locales/hurd in %standard-patch-inputs."
Date: Thu, 30 Nov 2023 01:17:44 -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



reply via email to

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