mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.
* gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Add texlive-lua-alt-getopt.
This commit is contained in:
parent
3b864f72e3
commit
3189b1360c
1 changed files with 2 additions and 1 deletions
|
@ -3749,7 +3749,8 @@ (define-public texlive-luaotfload
|
|||
(package
|
||||
(inherit template)
|
||||
(propagated-inputs
|
||||
(list texlive-luatex-lualibs))
|
||||
(list texlive-lua-alt-getopt ;for luaotfload-tool
|
||||
texlive-luatex-lualibs))
|
||||
(home-page "https://github.com/lualatex/luaotfload")
|
||||
(synopsis "OpenType font loader for LuaTeX")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue