1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Add texlive-xetex dependency

This commit is contained in:
tituspijean 2022-08-07 19:52:58 +02:00 committed by GitHub
parent 3f3394c67b
commit 9164f880c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="texlive redis-server latexmk python3-pygments"
pkg_dependencies="texlive texlive-xetex redis-server latexmk python3-pygments"
nodejs_version=14