guix-commits
[Top][All Lists]
Advanced

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

02/02: doc: Mention that /X.Y must be used for GUIX_LOCPATH.


From: Ludovic Courtès
Subject: 02/02: doc: Mention that /X.Y must be used for GUIX_LOCPATH.
Date: Sun, 04 Oct 2015 08:22:09 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 2ebe938c2f943232955df889a72a6280c412a649
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 4 10:20:59 2015 +0200

    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.
---
 doc/guix.texi |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index a1746d4..4cd1cc5 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
address@hidden, 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 address@hidden and weighs in at around
 address@hidden  Alternately, the @code{glibc-utf8-locales} is smaller but



reply via email to

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