diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-11 11:36:27 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-11 11:36:27 +0100 |
commit | a46fac5635622b31b464f0fa50749c2d10c800cb (patch) | |
tree | cdae454491a823a4e00562e2c6dbe7baf9c64968 /gnu/packages/tex.scm | |
parent | df77cd8968d53d1c0435eb2cfe0b5f118ec47553 (diff) |
gnu: texlive-luaotfload: Use new name for texlive-lualibs.
* gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Replace
texlive-luatex-lualibs with texlive-lualibs.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 797db6dbfe..bd4c2461a2 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3739,7 +3739,7 @@ in the same way as BSD/GNU @code{getopt_long(3)} functions do.") (inherit template) (propagated-inputs (list texlive-lua-alt-getopt ;for luaotfload-tool - texlive-luatex-lualibs)) + texlive-lualibs)) (home-page "https://github.com/lualatex/luaotfload") (synopsis "OpenType font loader for LuaTeX") (description |