rekado pushed a commit to branch wip-texlive
in repository guix.

commit 2a651a2e866322a0ab1ec02a35f0d5fab061700f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jan 10 13:22:58 2022 +0100

    gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.
    
    * gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Add
    texlive-lua-alt-getopt.
---
 gnu/packages/tex.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 929af1cd3d..18644f3c62 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3749,7 +3749,8 @@ in the same way as BSD/GNU @code{getopt_long(3)} 
functions do.")
     (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

Reply via email to