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