Try switching to a more minimal, custom TeX install
This commit is contained in:
parent
1a2310c4a2
commit
f9bfc43e43
|
@ -18,11 +18,17 @@
|
||||||
# Language-specific requirements
|
# Language-specific requirements
|
||||||
sqlite
|
sqlite
|
||||||
pandoc
|
pandoc
|
||||||
texlive.combined.scheme-full
|
|
||||||
ghostscript
|
ghostscript
|
||||||
mupdf
|
mupdf
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
||||||
|
# Customised LaTeX install
|
||||||
|
# texlive.combined.scheme-full
|
||||||
|
(texlive.combine {
|
||||||
|
inherit (pkgs.texlive)
|
||||||
|
scheme-basic dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of;
|
||||||
|
})
|
||||||
|
|
||||||
# Linters
|
# Linters
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue