ngz pushed a commit to branch master
in repository guix.
commit 78c3982c61ff609455f1d7694c2a805d7ae1b458
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:22:55 2023 +0200
gnu: Add texlive-gnu-freefont.
* gnu/packages/tex.scm (texlive-gnu-freefont): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cb93e5e15f..9e85d1c15f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13346,6 +13346,29 @@ a possibility of optical centering and right-hanging
alignment of lines broken
because of length.")
(license license:lppl)))
+(define-public texlive-gnu-freefont
+ (package
+ (name "texlive-gnu-freefont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gnu-freefont/"
+ "fonts/opentype/public/gnu-freefont/"
+ "fonts/truetype/public/gnu-freefont/"
+ "source/fonts/gnu-freefont/")
+ (base32
+ "14bq8i7n6zhy8352pmhd5d9l4p152c6bgarz17wfp2p00kzs47aw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gnu-freefont")
+ (synopsis "Unicode font, with rather wide coverage")
+ (description
+ "The package provides a set of outline (i.e., OpenType} fonts covering as
+much as possible of the Unicode character set. The set consists of three
+typefaces: one monospaced and two proportional (one with uniform and one with
+modulated stroke).")
+ (license license:gpl3)))
+
(define-public texlive-go
(package
(name "texlive-go")