mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Remove LaTeX dependencies from opam file
to make the ci caches an order of magnitude smaller
This commit is contained in:
parent
d9a17db4c0
commit
853b841ce3
@ -75,10 +75,13 @@ build: [
|
||||
]
|
||||
dev-repo: "git+https://github.com/CatalaLang/catala.git"
|
||||
depexts: [
|
||||
["groff" "latexmk" "python3-pip" "pandoc"]
|
||||
["groff" "python3-pip" "pandoc"]
|
||||
# "latexmk"
|
||||
{cataladevmode & os-family = "debian"}
|
||||
["groff" "texlive-xetex" "texmf-dist-latexextra" "texmf-dist-pictures" "py3-pip" "py3-pygments" "pandoc-cli"]
|
||||
["groff" "py3-pip" "py3-pygments" "pandoc-cli"]
|
||||
# "texlive-xetex" "texmf-dist-latexextra" "texmf-dist-pictures"
|
||||
{cataladevmode & os-distribution = "alpine"}
|
||||
["groff" "latex-mk" "python-pygments" "pandoc"]
|
||||
["groff" "python-pygments" "pandoc"]
|
||||
# "latex-mk"
|
||||
{cataladevmode & os-family = "arch"}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user