mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
scripts/sphinx-pre-install: fix Arch xelatex dependency
On Arch Linux, xelatex is installed in the texlive-xetex package. Signed-off-by: Li Hua <lihua@email.com> Link: https://lore.kernel.org/r/20240326104515.40346-1-lihua@email.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
058f1923ae
commit
886f6cac31
@ -560,7 +560,7 @@ sub give_arch_linux_hints()
|
||||
"virtualenv" => "python-virtualenv",
|
||||
"dot" => "graphviz",
|
||||
"convert" => "imagemagick",
|
||||
"xelatex" => "texlive-bin",
|
||||
"xelatex" => "texlive-xetex",
|
||||
"latexmk" => "texlive-core",
|
||||
"rsvg-convert" => "extra/librsvg",
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user