diff options
Diffstat (limited to 'gnu/installer.scm')
-rw-r--r-- | gnu/installer.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index 3792fc7e35..5cd99e4013 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm @@ -146,6 +146,10 @@ been performed at build time." (let* ((supported-locales #~(supported-locales->locales #+(glibc-supported-locales))) + + ;; Note: Use the latest version of 'iso-codes', including + ;; Guix-specific changes, so that all languages known to glibc and + ;; returned by 'glibc-supported-locales'. (iso-codes #~(string-append #$iso-codes "/share/iso-codes/json/")) (iso639-3 #~(string-append #$iso-codes "iso_639-3.json")) (iso639-5 #~(string-append #$iso-codes "iso_639-5.json")) |