me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fontmfizz.

* gnu/packages/tex.scm (texlive-fontmfizz): New variable.
Nicolas Goaziou 2023-08-21 12:18:44 +02:00
parent 89e9e41d69
commit 5e2d90b9ec
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -12266,6 +12266,27 @@ provided by the FontAwesome font.")
set.") set.")
(license (list license:silofl1.1 license:lppl1.3c)))) (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 (define-public texlive-fontsize
(package (package
(name "texlive-fontsize") (name "texlive-fontsize")