unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: Simon Josefsson <simon@josefsson.org>,
	Simon Josefsson via <help-guix@gnu.org>,
	help-guix@gnu.org
Subject: Re: glibc-utf8-locales
Date: Tue, 08 Mar 2022 10:28:10 +0000	[thread overview]
Message-ID: <14959AD1-B285-41C0-9961-166F02D8B179@tobias.gr> (raw)
In-Reply-To: <87wnh4bw9f.fsf@latte.josefsson.org>

Hullo Simon,

Simon Josefsson via <help-guix@gnu.org> wrote:
>First, I wonder if this is optimal.  There must be many machines
>(servers and embedded) where having all locales installed on is
>wasteful, but where it is useful to have the C.UTF-8 and/or en_US.UTF-8
>installed, to get minimal working UTF-8 support.  Making this hard to
>achieve for users seems unhelpful to me.  I understand the motivation
>for the patch

I don't think you do, if that's what you thought it was ;-) 

>  (packages (append (map specification->package
>                         '("glibc-useful-swedish-utf8-locales"

You have a (probably left-over) specification->package call but no "glibc-useful-swedish-utf8-locales"  package in Guix for it to find.  It does not search the environment.

Remove the spec and refer to your custom variable directly, e.g.:

  (packages (append (list glibc-useful-swedish-utf8-locales ...) ...))


Kind regards,

T G-R

Sent on the go.  Excuse or enjoy my brevity.


  reply	other threads:[~2022-03-08 10:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-08  9:59 glibc-utf8-locales Simon Josefsson via
2022-03-08 10:28 ` Tobias Geerinckx-Rice [this message]
2022-03-08 15:02   ` glibc-utf8-locales Simon Josefsson via
2022-03-09 16:41     ` glibc-utf8-locales Philip McGrath

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14959AD1-B285-41C0-9961-166F02D8B179@tobias.gr \
    --to=me@tobias.gr \
    --cc=help-guix@gnu.org \
    --cc=simon@josefsson.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).