mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 10:51:01 +00:00
[fix] add missing latexmk package to debian's BUILD_PACKAGES
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
6ff20cef73
commit
51428de0fe
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ shellcheck"
|
|||
|
||||
BUILD_PACKAGES_debian="\
|
||||
firefox graphviz imagemagick texlive-xetex librsvg2-bin
|
||||
texlive-latex-recommended texlive-extra-utils ttf-dejavu"
|
||||
texlive-latex-recommended texlive-extra-utils ttf-dejavu
|
||||
latexmk"
|
||||
|
||||
# pacman packages
|
||||
SEARX_PACKAGES_arch="\
|
||||
|
|
Loading…
Reference in a new issue