3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Janneke Nieuwenhuizen 2023-09-16 15:16:59 +02:00
parent bd303443be
commit 41df5c5289
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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)))