1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-31 13:31:28 +02:00

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
+2 -1
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))