summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-01-10 13:22:58 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-01-11 10:18:54 +0100
commit3189b1360c8828859d06d9e16e7b4d8961d8fbea (patch)
treec44d7cb303500ff739c1a9d29603b28c4c4a2380
parent3b864f72e393efd15da0a22bced10e87d2a58c58 (diff)
downloadguix-patches-3189b1360c8828859d06d9e16e7b4d8961d8fbea.tar
guix-patches-3189b1360c8828859d06d9e16e7b4d8961d8fbea.tar.gz
gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.
* gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Add texlive-lua-alt-getopt.
-rw-r--r--gnu/packages/tex.scm3
1 files changed, 2 insertions, 1 deletions
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