gnu: Add texlive-tiny.
authorRicardo Wurmus <rekado@elephly.net>
Fri, 9 Jun 2017 10:33:49 +0000 (12:33 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 15 Jun 2017 15:03:18 +0000 (17:03 +0200)
* gnu/packages/tex.scm (texlive-tiny): New variable.

gnu/packages/tex.scm

index e89f5b0..90b1bca 100644 (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")