mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-luaindex.
* gnu/packages/tex.scm (texlive-luaindex): New variable.
This commit is contained in:
parent
7ab5567de0
commit
9e6e398178
1 changed files with 27 additions and 0 deletions
|
@ -16470,6 +16470,33 @@ (define-public texlive-luaimageembed
|
|||
graphics.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-luaindex
|
||||
(package
|
||||
(name "texlive-luaindex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/luaindex/" "scripts/luaindex/"
|
||||
"source/lualatex/luaindex/"
|
||||
"tex/lualatex/luaindex/")
|
||||
(base32
|
||||
"0a2xfzrc663jmd2s5vi5p38pwd16mbm5602pxc3kszza8whqlfdn")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments
|
||||
(list #:tex-format "lualatex"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; FIXME: Building documentation requires shell-escape to be
|
||||
;; allowed. I couldn't find a way to generate the package
|
||||
;; only.
|
||||
(delete 'build))))
|
||||
(home-page "https://ctan.org/pkg/luaindex")
|
||||
(synopsis "Create index using LuaLaTeX")
|
||||
(description
|
||||
"Luaindex provides (yet another) index processor, written in Lua.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-czech
|
||||
(package
|
||||
(name "texlive-babel-czech")
|
||||
|
|
Loading…
Reference in a new issue