Skip to content

Commit 886f6ca

Browse files
real-LiHuaJonathan Corbet
authored andcommitted
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>
1 parent 058f192 commit 886f6ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/sphinx-pre-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ sub give_arch_linux_hints()
560560
"virtualenv" => "python-virtualenv",
561561
"dot" => "graphviz",
562562
"convert" => "imagemagick",
563-
"xelatex" => "texlive-bin",
563+
"xelatex" => "texlive-xetex",
564564
"latexmk" => "texlive-core",
565565
"rsvg-convert" => "extra/librsvg",
566566
);

0 commit comments

Comments
 (0)