gnu: Add texlive-luaxml.

* gnu/packages/tex.scm (texlive-luaxml): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:02:32 +02:00
parent a272567810
commit 44d4e37d0d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16937,6 +16937,25 @@ (define-public texlive-luavlna
LuaLaTeX.")
(license license:lppl1.3+)))
(define-public texlive-luaxml
(package
(name "texlive-luaxml")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/luatex/luaxml/" "tex/luatex/luaxml/")
(base32
"0j0d9n87rigawqq3xlxk0zi5ry31zqg3p19jmfablvnb9lan3nrc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/luaxml")
(synopsis "Lua library for reading and serialising XML files")
(description
"LuaXML is a pure Lua library for reading and serializing XML files. The
current release is aimed mainly at support for the @code{odsfile} package.")
;; It uses explicitly the same license as Lua.
(license license:x11)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")