diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-09-26 15:14:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-09-26 15:14:53 +0200 |
commit | e1556533d3e57950417b2e35a68e95c65fee5042 (patch) | |
tree | 41d67b065c7828e164af83254fb447849d9e880d /doc | |
parent | 5d8d8f3b0a07edb3bd435830b076749f906537d8 (diff) | |
parent | 92f1cefb74f6092c0c70f93140824ab806086272 (diff) | |
download | patches-e1556533d3e57950417b2e35a68e95c65fee5042.tar patches-e1556533d3e57950417b2e35a68e95c65fee5042.tar.gz |
Merge branch 'core-updates'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index eec28218bb..8608e7a49f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -934,7 +934,9 @@ some of them. @subsection Locales +@anchor{locales-and-locpath} @cindex locales, when not on GuixSD +@vindex LOCPATH Packages installed @i{via} Guix will not use the host system's locale data. Instead, you must first install one of the locale packages available with Guix and then define the @code{LOCPATH} environment @@ -5569,6 +5571,13 @@ list only the locales that are actually used, as in: (charset "EUC-JP"))) @end example +@vindex LOCPATH +The compiled locale definitions are available at +@file{/run/current-system/locale}, which is the default location where +the GNU@tie{}libc looks for locale data. This can be overridden using +the @code{LOCPATH} environment variable (@pxref{locales-and-locpath, +@code{LOCPATH} and locale packages}). + The @code{locale-definition} form is provided by the @code{(gnu system locale)} module. Details are given below. |