diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 6120ace1bf..180e9c5aa8 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -465,7 +465,8 @@ (define code ;; the 'patch-shebangs' phase, which would otherwise ;; change it to 'GUILE/bin/guile'. (delete 'patch-shebangs)))) - (native-inputs `(("pkg-config" ,pkg-config) + (native-inputs `(("locales" ,(libc-utf8-locales-for-target)) + ("pkg-config" ,pkg-config) ;; Guile libraries are needed here for ;; cross-compilation.