Commit 886f6cac authored by Li Hua's avatar Li Hua Committed by Jonathan Corbet

scripts/sphinx-pre-install: fix Arch xelatex dependency

On Arch Linux, xelatex is installed in the texlive-xetex package.
Signed-off-by: default avatarLi Hua <lihua@email.com>
Link: https://lore.kernel.org/r/20240326104515.40346-1-lihua@email.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 058f1923
...@@ -560,7 +560,7 @@ sub give_arch_linux_hints() ...@@ -560,7 +560,7 @@ sub give_arch_linux_hints()
"virtualenv" => "python-virtualenv", "virtualenv" => "python-virtualenv",
"dot" => "graphviz", "dot" => "graphviz",
"convert" => "imagemagick", "convert" => "imagemagick",
"xelatex" => "texlive-bin", "xelatex" => "texlive-xetex",
"latexmk" => "texlive-core", "latexmk" => "texlive-core",
"rsvg-convert" => "extra/librsvg", "rsvg-convert" => "extra/librsvg",
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment