civodul pushed a commit to branch master
in repository guix.
commit 8fe5b1d1d1d188cbc6eb1b644fdc0d9fff255d4e
Author: Ludovic Courtès <[email protected]>
Date: Fri Jul 24 01:23:53 2015 +0200
doc: Fix name of GNU FreeFont package.
Fixes <http://bugs.gnu.org/21121>.
Reported by Malcolm Cook <[email protected]>.
* doc/guix.texi (Application Setup): Fix name of GNU FreeFont package.
---
doc/guix.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 019b5ce..44812ff 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?