guix-commits
[Top][All Lists]
Advanced

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

34/35: gnu: Add texlive-tiny.


From: Ricardo Wurmus
Subject: 34/35: gnu: Add texlive-tiny.
Date: Thu, 15 Jun 2017 11:04:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9d4f8dc289c80e23c8770b340c452693feccbe3b
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 9 12:33:49 2017 +0200

    gnu: Add texlive-tiny.
    
    * 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 e89f5b0..90b1bca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

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