gnu: texlive-base: Include texlive-tetex.
* gnu/packages/tex.scm (texlive-base)[default-packages]: Add texlive-tetex.
This commit is contained in:
parent
192ad4d16f
commit
fdb8841fa6
|
@ -3492,7 +3492,8 @@ packages.")
|
||||||
texlive-latex-cyrillic
|
texlive-latex-cyrillic
|
||||||
texlive-latex-graphics
|
texlive-latex-graphics
|
||||||
texlive-latex-psnfss
|
texlive-latex-psnfss
|
||||||
texlive-latex-tools)))
|
texlive-latex-tools
|
||||||
|
texlive-tetex)))
|
||||||
(package
|
(package
|
||||||
(name "texlive-base")
|
(name "texlive-base")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
|
|
Loading…
Reference in New Issue