mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: Add texlive-luapackageloader.
* gnu/packages/tex.scm (texlive-luapackageloader): New variable.
This commit is contained in:
parent
be4964964e
commit
f3c0d2f860
1 changed files with 21 additions and 0 deletions
|
@ -16743,6 +16743,27 @@ it can be used to simply handle the parsing of optional @samp{key=value}
|
|||
arguments into proper Lua tables.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-luapackageloader
|
||||
(package
|
||||
(name "texlive-luapackageloader")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/luatex/luapackageloader/"
|
||||
"tex/luatex/luapackageloader/")
|
||||
(base32
|
||||
"0cf2p4zhfvf7f10pbpp332chj46ajknqgb7a8i16v63ivvmgb8m3")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-iftex))
|
||||
(home-page "https://ctan.org/pkg/luapackageloader")
|
||||
(synopsis "Allow LuaTeX to load external Lua packages")
|
||||
(description
|
||||
"This package allows LuaTeX to load packages from the default
|
||||
@code{package.path} and @code{package.cpath} locations. This could be useful
|
||||
to load external Lua modules, including modules installed via LuaRocks.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-babel-czech
|
||||
(package
|
||||
(name "texlive-babel-czech")
|
||||
|
|
Loading…
Add table
Reference in a new issue