mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-luakeys.
* gnu/packages/tex.scm (texlive-luakeys): New variable.
This commit is contained in:
parent
aeff82b87d
commit
c290a4263a
1 changed files with 19 additions and 0 deletions
|
@ -16539,6 +16539,25 @@ (define-public texlive-luaintro
|
|||
DANTE, Berlin.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-luakeys
|
||||
(package
|
||||
(name "texlive-luakeys")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/luatex/luakeys/" "tex/luatex/luakeys/")
|
||||
(base32
|
||||
"0nsd9d2rfwbjadnfykhi0c4wj39cscpx496acjcixg1irlxii7z8")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/luakeys")
|
||||
(synopsis "Lua module for parsing key-value options")
|
||||
(description
|
||||
"This package provides a Lua module that can parse key-value options like
|
||||
the TeX packages @code{keyval}, @code{kvsetkeys}, @code{kvoptions},
|
||||
@code{xkeyval}, @code{pgfkeys}, etc.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-babel-czech
|
||||
(package
|
||||
(name "texlive-babel-czech")
|
||||
|
|
Loading…
Reference in a new issue