guix-commits
[Top][All Lists]
Advanced

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

04/04: system: hurd: Override locale-libcs harder.


From: guix-commits
Subject: 04/04: system: hurd: Override locale-libcs harder.
Date: Sat, 16 Sep 2023 09:36:59 -0400 (EDT)

janneke pushed a commit to branch master
in repository guix.

commit 41df5c5289c970b40a002a32dcfdcb61ddc5a2f5
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Sep 16 15:16:59 2023 +0200

    system: hurd: Override locale-libcs harder.
    
    This really removes the locale-2.33 dependency running `guix system build
    bare-hurd.tmpl' on the Hurd, that somehow still managed to leak-in?
    
    * gnu/system/hurd.scm (%base-packages/hurd)[locale-libcs]: New field.
---
 gnu/system/hurd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index ec81217330..3b138bef65 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -129,6 +129,7 @@
     (file-systems '())
     (packages %base-packages/hurd)
     (timezone "GNUrope")
+    (locale-libcs (list glibc/hurd))
     (name-service-switch #f)
     (essential-services (hurd-default-essential-services 
this-operating-system))
     (setuid-programs %setuid-programs/hurd)))



reply via email to

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