mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-lt3luabridge.
* gnu/packages/tex.scm (texlive-lt3luabridge): New variable.
This commit is contained in:
parent
290a006aaa
commit
00acc32e49
1 changed files with 21 additions and 0 deletions
|
@ -16141,6 +16141,27 @@ (define-public texlive-lparse
|
|||
engine.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-lt3luabridge
|
||||
(package
|
||||
(name "texlive-lt3luabridge")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/lt3luabridge/"
|
||||
"source/generic/lt3luabridge/"
|
||||
"tex/generic/lt3luabridge/")
|
||||
(base32
|
||||
"00nfi3c545kmm6d9hxwl0m3pawg8322g36gm8sfa3y2p8kah6p8d")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lt3luabridge")
|
||||
(synopsis "Execute Lua code in any TeX engine that exposes the shell")
|
||||
(description
|
||||
"This is an expl3(-generic) package for plain TeX, LaTeX, and ConTeXt
|
||||
that allows you to execute Lua code in LuaTeX or any other TeX engine that
|
||||
exposes the shell.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-babel-czech
|
||||
(package
|
||||
(name "texlive-babel-czech")
|
||||
|
|
Loading…
Reference in a new issue