mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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.
This commit is contained in:
parent
85b81cf8c1
commit
2ebe938c2f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue