mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 10:31:49 +02: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:
@@ -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
Block a user