diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-24 01:23:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-24 01:23:53 +0200 |
commit | 8fe5b1d1d1d188cbc6eb1b644fdc0d9fff255d4e (patch) | |
tree | e168db2e8eaeedce1fa73ae9936cfe726aa90cb0 /doc | |
parent | ec2406efc7abc07dc21a60d7a1c15bdafc8e233b (diff) | |
download | patches-8fe5b1d1d1d188cbc6eb1b644fdc0d9fff255d4e.tar patches-8fe5b1d1d1d188cbc6eb1b644fdc0d9fff255d4e.tar.gz |
doc: Fix name of GNU FreeFont package.
Fixes <http://bugs.gnu.org/21121>.
Reported by Malcolm Cook <MEC@stowers.org>.
* doc/guix.texi (Application Setup): Fix name of GNU FreeFont package.
Diffstat (limited to 'doc')
-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 019b5cee36..44812ff724 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -947,7 +947,7 @@ load fonts and perform X11-client-side rendering. Guix's by default. Thus, to allow graphical applications installed with Guix to display fonts, you will have to install fonts with Guix as well. Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and -@code{font-gnu-freefont}. +@code{font-gnu-freefont-ttf}. @c TODO What else? |