guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 07/09: gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.
Date: Tue, 11 Jan 2022 05:29:47 -0500 (EST)

rekado pushed a commit to branch version-1.4.0
in repository guix.

commit 3189b1360c8828859d06d9e16e7b4d8961d8fbea
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 c9feebe1eb..ea53c20b2b 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]