gnu: texlive-base: Include texlive-tetex.

* gnu/packages/tex.scm (texlive-base)[default-packages]: Add texlive-tetex.
This commit is contained in:
Ricardo Wurmus 2019-07-24 12:13:44 +02:00
parent 192ad4d16f
commit fdb8841fa6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -3492,7 +3492,8 @@ packages.")
texlive-latex-cyrillic
texlive-latex-graphics
texlive-latex-psnfss
texlive-latex-tools)))
texlive-latex-tools
texlive-tetex)))
(package
(name "texlive-base")
(version (number->string %texlive-revision))