diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-11-07 18:57:08 +0900 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-11-07 18:57:08 +0900 |
commit | 421ec86532041eb17cdfd250f481430179ea8d20 (patch) | |
tree | f3764bfdbb999b01f1e1ac6697e81eb0471d0fd8 /gnu/packages/patches | |
parent | 1b9fb043d9c2fbd047ab17209ca4a3de5293edee (diff) | |
download | guix-421ec86532041eb17cdfd250f481430179ea8d20.tar.gz |
gnu: glibc: Update supported locale patch description.
gnu/packages/patches/glibc-supported-locales.patch: Update description.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/glibc-supported-locales.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/patches/glibc-supported-locales.patch b/gnu/packages/patches/glibc-supported-locales.patch index f1c8a88871..2888052bb8 100644 --- a/gnu/packages/patches/glibc-supported-locales.patch +++ b/gnu/packages/patches/glibc-supported-locales.patch @@ -1,4 +1,6 @@ This patch is taken from debian's glibc package (generate-supported.mk). +It install the localedata/SUPPORTED file of the glibc. This file lists +all the supported locales of the glibc. diff --git a/localedata/Makefile.old b/localedata/Makefile index 34877c0..a61d9b9 100644 |