diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-04 10:20:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-04 10:20:59 +0200 |
commit | 2ebe938c2f943232955df889a72a6280c412a649 (patch) | |
tree | e3c78be25916085e81cddf6f7b7b8673060dbc92 /doc | |
parent | 85b81cf8c1fa79cc3929c5fadfabc1b9a47b77c3 (diff) | |
download | patches-2ebe938c2f943232955df889a72a6280c412a649.tar patches-2ebe938c2f943232955df889a72a6280c412a649.tar.gz |
doc: Mention that /X.Y must be used for GUIX_LOCPATH.
This is a followup to commit f2d7bbb.
* doc/guix.texi (Application Setup): Mention the /X.Y sub-directory.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a1746d44d1..4cd1cc561d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -950,9 +950,13 @@ variable: @example $ guix package -i glibc-locales -$ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale +$ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale/2.22 @end example +The @file{/2.22} sub-directory is if you install locales from +@code{glibc-locales-2.22}---i.e., locales for libc version 2.22. Adjust +in accordance with the libc version being used. + Note that the @code{glibc-locales} package contains data for all the locales supported by the GNU@tie{}libc and weighs in at around 110@tie{}MiB. Alternately, the @code{glibc-utf8-locales} is smaller but |