Add python pygments packages for LaTeX coloured source export

This commit is contained in:
Evie Litherland-Smith 2024-05-15 15:47:56 +01:00
parent 1707c69175
commit 8cc344e9c0

View file

@ -165,6 +165,7 @@
(texlive.combine { (texlive.combine {
inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of; inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of;
}) })
python3Packages.pygments
# Development tools # Development tools
# Python is a special case, installed separately # Python is a special case, installed separately