guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.


From: guix-commits
Subject: 05/07: gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.
Date: Mon, 10 Jan 2022 08:37:55 -0500 (EST)

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

commit 2a651a2e866322a0ab1ec02a35f0d5fab061700f
Author: Ricardo Wurmus <rekado@elephly.net>
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

[Prev in Thread] Current Thread [Next in Thread]