me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-qualitype.

* gnu/packages/tex.scm (texlive-qualitype): New variable.
Nicolas Goaziou 2023-08-21 12:54:28 +02:00
parent f4bb24aa37
commit 181d2dce87
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -22016,6 +22016,24 @@ is a development of the existing @code{qobitree} package, offering a new front
end.")
(license license:lppl)))
(define-public texlive-qualitype
(package
(name "texlive-qualitype")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/qualitype/"
"fonts/opentype/public/qualitype/")
(base32
"027n3i9cy4p7wkbj1zrlsvagplxk74gz5cwv7mr4yl8gqzd41058")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/qualitype")
(synopsis "QualiType font collection")
(description
"This is a collection of 45 fonts, created by QualiType.")
(license (list license:silofl1.1 license:gpl2+))))
(define-public texlive-rank-2-roots
(package
(name "texlive-rank-2-roots")