gnu: Add texlive-tiny.

* gnu/packages/tex.scm (texlive-tiny): New variable.
master
Ricardo Wurmus 2017-06-09 12:33:49 +02:00
parent cb7bc20a4d
commit 9d4f8dc289
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 0 deletions

View File

@ -1440,6 +1440,13 @@ distribution.")
'()
(append default-packages packages)))))))
(define-public texlive-tiny
(package
(inherit (texlive-union))
(name "texlive-tiny")
(description "This is a very limited subset of the TeX Live distribution.
It includes little more than the required set of LaTeX packages.")))
(define texlive-texmf
(package
(name "texlive-texmf")