mbox

[bug#36116,0/2] Add (gnu build locale), and fix 'glib-locales'

Message ID 20190606145655.16902-1-ludo@gnu.org
Headers show

Message

Ludovic Courtès June 6, 2019, 2:56 p.m. UTC
Hello,

The first patch here factorizes common locale-related code in
(gnu build locale).  Eventually we can probably use it in
‘glibc-utf8-locales’.

The second patch adds symlinks for “en_US.utf8” etc., which were
missing from ‘glibc-locales’, as reported at
<https://issues.guix.gnu.org/issue/36076>.

Thanks,
Ludo’.

Ludovic Courtès (2):
  Add (gnu build locale).
  gnu: glibc-locales: Install symlinks using the normalized codeset.

 gnu/build/locale.scm     | 95 ++++++++++++++++++++++++++++++++++++++++
 gnu/installer/locale.scm | 19 +-------
 gnu/local.mk             |  1 +
 gnu/packages/base.scm    | 37 +++++++++++++++-
 gnu/system/locale.scm    | 77 ++++++++++----------------------
 5 files changed, 156 insertions(+), 73 deletions(-)
 create mode 100644 gnu/build/locale.scm

Comments

Ludovic Courtès June 7, 2019, 9:08 p.m. UTC | #1
Ludovic Courtès <ludo@gnu.org> skribis:

>   Add (gnu build locale).
>   gnu: glibc-locales: Install symlinks using the normalized codeset.

Pushed as 0e6cee21a48294b81a5e57e00602728fe7f7075f.

Ludo'.