Skip to content

Commit

Permalink
scripts/sphinx-pre-install: fix Arch xelatex dependency
Browse files Browse the repository at this point in the history
On Arch Linux, xelatex is installed in the texlive-xetex package.

Signed-off-by: Li Hua <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
real-LiHua authored and Jonathan Corbet committed Apr 2, 2024
1 parent 058f192 commit 886f6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sphinx-pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -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",
);
Expand Down

0 comments on commit 886f6ca

Please sign in to comment.