diff options
author | Leo Famulari <leo@famulari.name> | 2020-03-18 14:39:23 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-18 14:42:05 -0400 |
commit | 001af160d567a52f8534655b315b9758d5596ca2 (patch) | |
tree | 111a752be193c49b4826b683351ee38d058d716d | |
parent | 4de63cf3fc0a831d75cb507456821104f24800c2 (diff) | |
download | patches-001af160d567a52f8534655b315b9758d5596ca2.tar patches-001af160d567a52f8534655b315b9758d5596ca2.tar.gz |
doc: Correctly state the size of the glibc-locales package.
* doc/guix.texi (Application Setup): Give the correct size.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d1fa8d033a..c2eff582f8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1597,7 +1597,7 @@ $ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale 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. Alternatively, the @code{glibc-utf8-locales} is smaller but +917@tie{}MiB. Alternatively, the @code{glibc-utf8-locales} is smaller but limited to a few UTF-8 locales. The @code{GUIX_LOCPATH} variable plays a role similar to @code{LOCPATH} |