summaryrefslogtreecommitdiff
path: root/gnu/packages/genealogy.scm
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-04-22 15:07:01 -0400
committerLeo Famulari <leo@famulari.name>2020-04-22 17:59:44 -0400
commit5483a2d0a913fe533744699e9ef5757c6e3f6983 (patch)
tree19e012b519e4cc629d096bff23a2a0f08132216d /gnu/packages/genealogy.scm
parent9fb2b7eeabba2eb2215f03dd0df408203124e527 (diff)
downloadguix-patches-5483a2d0a913fe533744699e9ef5757c6e3f6983.tar
guix-patches-5483a2d0a913fe533744699e9ef5757c6e3f6983.tar.gz
gnu: font-gnu-freefont: Add otf and woff font types.
* gnu/packages/fonts.scm (font-gnu-freefont): Add otf and woff font types. * gnu/packages/genealogy.scm (gramps)[inputs]: Replace font-gnu-freefont-tff with font-gnu-freefont. * doc/guix.texi: Adjust a reference to the package. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/genealogy.scm')
-rw-r--r--gnu/packages/genealogy.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm
index 869f69add8..79b24ed048 100644
--- a/gnu/packages/genealogy.scm
+++ b/gnu/packages/genealogy.scm
@@ -55,7 +55,7 @@
("intltool" ,intltool)))
(inputs
`(("cairo" ,cairo)
- ("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)
+ ("font-gnu-freefont" ,font-gnu-freefont)
("geocode-glib" ,geocode-glib)
("gexiv2" ,gexiv2)
("ghostscript" ,ghostscript)