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.
parent
bd303443be
commit
41df5c5289
|
@ -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)))
|
||||
|
|
Reference in New Issue