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:
parent
bd303443be
commit
41df5c5289
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue