summaryrefslogtreecommitdiff
path: root/gnu/packages/genealogy.scm
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-04-22 15:03:07 -0400
committerGuix Patches Tester <>2020-04-22 20:09:06 +0100
commit2b19321b8532cfaf5c8c232f4be696ff3974e85f (patch)
tree9f0aed627f85bf99d82dfa06f2213f33d2f3b6be /gnu/packages/genealogy.scm
parent9475c631a70b82614a8f3d6db2840d00955e2e1c (diff)
downloadguix-patches-2b19321b8532cfaf5c8c232f4be696ff3974e85f.tar
guix-patches-2b19321b8532cfaf5c8c232f4be696ff3974e85f.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): Replace variable string of gnu-freefont. * doc/guix.texi: Replace variable string of gnu-freefont.
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)