From a46fac5635622b31b464f0fa50749c2d10c800cb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 11 Jan 2022 11:36:27 +0100 Subject: gnu: texlive-luaotfload: Use new name for texlive-lualibs. * gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Replace texlive-luatex-lualibs with texlive-lualibs. --- gnu/packages/tex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3