diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-10 13:22:58 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-10 13:22:58 +0100 |
commit | 2a651a2e866322a0ab1ec02a35f0d5fab061700f (patch) | |
tree | 9c97d234bbf896ffb0beb4033de42c73d0b939fb | |
parent | 8b7e63a86655c315e01029611af99315c43c20ca (diff) | |
download | guix-2a651a2e866322a0ab1ec02a35f0d5fab061700f.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.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |