From 41df5c5289c970b40a002a32dcfdcb61ddc5a2f5 Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Sat, 16 Sep 2023 15:16:59 +0200 Subject: 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(+) (limited to 'gnu/system/hurd.scm') 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 @@ (define %hurd-default-operating-system (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))) -- cgit v1.2.3