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
|
||||
sqlite
|
||||
pandoc
|
||||
texlive.combined.scheme-full
|
||||
ghostscript
|
||||
mupdf
|
||||
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
|
||||
shellcheck
|
||||
|
||||
|
|
Loading…
Reference in a new issue