guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Prerequesits GuixSD


From: Ludovic Courtès
Subject: Re: Prerequesits GuixSD
Date: Tue, 19 May 2015 16:55:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> Unless you *want* to build *everything* from scratch, be sure to enable
> binary substitutes by authorising the build farm hydra.gnu.org with:
>
>   guix import --authorize < /path/to/hydras.public.key

Note that this is the default on GuixSD.

>> Since i am living in germany i wanted to use de_DE but this was not
>> possible.
>
> You can most definitely use a different locale, but you will have to
> install the glibc-locales package or else applications won't be able to
> find the appropriate strings.

On GuixSD, installing ‘glibc-locales’ is unnecessary.  Instead, the
admin should set the ‘locale’ field of the ‘operating-system’
declaration (see
<http://www.gnu.org/software/guix/manual/html_node/Locales.html>.)

Here, it should be enough to do:

  (operating-system
    ;; ...
    (locale "de_DE.utf8"))

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]