guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27296: [PATCH 34/35] gnu: Add texlive-tiny.


From: Ricardo Wurmus
Subject: bug#27296: [PATCH 34/35] gnu: Add texlive-tiny.
Date: Fri, 9 Jun 2017 12:45:58 +0200

* gnu/packages/tex.scm (texlive-tiny): New variable.
---
 gnu/packages/tex.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4ac2f759..d87e1fa3a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1448,6 +1448,13 @@ standard LaTeX packages."
 distribution.")
       (license (map package-license (append default-packages packages)))))))
 
+(define-public texlive-tiny
+  (package
+    (inherit (texlive-union))
+    (name "texlive-tiny")
+    (description "This is a very limited subset of the Texlive distribution.
+It includes little more than the required set of LaTeX packages.")))
+
 (define texlive-texmf
   (package
    (name "texlive-texmf")
-- 
2.12.2







reply via email to

[Prev in Thread] Current Thread [Next in Thread]