me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-blopentype.

* gnu/packages/tex.scm (texlive-blopentype): New variable.
Nicolas Goaziou 2023-06-26 14:26:07 +02:00
parent a8308aa418
commit da0b9e4f92
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -4498,6 +4498,26 @@ diagrams and bond graphs. While the task is not itself difficult to program,
it is felt that many users will be happy to have a library for the job.")
(license license:lppl)))
(define-public texlive-blopentype
(package
(name "texlive-blopentype")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/luatex/blopentype/"
"tex/luatex/blopentype/")
(base32
"1zz19a0glxad0bq8kpa2qlrmgysdlda1hpxacf3m42m9n3byrb75")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-gates texlive-texapi texlive-yax))
(home-page "https://ctan.org/pkg/blopentype")
(synopsis "Basic LuaTeX OpenType handler")
(description
"This is a basic LuaTeX OpenType handler, based on Paul Isambert's PiTeX
code.")
(license (list license:lppl1.3c license:expat))))
(define-public texlive-bookcover
(package
(name "texlive-bookcover")