summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-01-11 11:36:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-01-11 11:36:27 +0100
commita46fac5635622b31b464f0fa50749c2d10c800cb (patch)
treecdae454491a823a4e00562e2c6dbe7baf9c64968
parentdf77cd8968d53d1c0435eb2cfe0b5f118ec47553 (diff)
downloadguix-patches-a46fac5635622b31b464f0fa50749c2d10c800cb.tar
guix-patches-a46fac5635622b31b464f0fa50749c2d10c800cb.tar.gz
gnu: texlive-luaotfload: Use new name for texlive-lualibs.
* gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Replace texlive-luatex-lualibs with texlive-lualibs.
-rw-r--r--gnu/packages/tex.scm2
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