ngz pushed a commit to branch master
in repository guix.
commit 5e2d90b9ec9f0f4108c617a9cbae2fae20951ca7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:18:44 2023 +0200
gnu: Add texlive-fontmfizz.
* gnu/packages/tex.scm (texlive-fontmfizz): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0fdc738464..51de0c4f62 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12266,6 +12266,27 @@ provided by the FontAwesome font.")
set.")
(license (list license:silofl1.1 license:lppl1.3c))))
+(define-public texlive-fontmfizz
+ (package
+ (name "texlive-fontmfizz")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fontmfizz/"
+ "fonts/truetype/public/fontmfizz/"
+ "tex/latex/fontmfizz/")
+ (base32
+ "1z0k7n1yyisv3igw77bj3r8hywyz55ciylb3fjx9dpdcrwv3kngd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fontmfizz")
+ (synopsis "Font Mfizz icons for use in LaTeX")
+ (description
+ "The MFizz font provides scalable vector icons representing programming
+languages, operating systems, software engineering, and technology. It can be
+seen as an extension to FontAwesome.")
+ (license license:expat)))
+
(define-public texlive-fontsize
(package
(name "texlive-fontsize")