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:
Ricardo Wurmus 2022-01-10 13:22:58 +01:00
parent 3b864f72e3
commit 3189b1360c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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