[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
- bug#27296: [PATCH 33/35] gnu: Add texlive-union., (continued)
bug#27296: [PATCH 35/35] guix: Add texlive importer., Ricardo Wurmus, 2017/06/09
bug#27296: [PATCH 34/35] gnu: Add texlive-tiny.,
Ricardo Wurmus <=
bug#27296: [PATCH 29/35] gnu: Add texlive-latex-amscls., Ricardo Wurmus, 2017/06/09
bug#27296: [PATCH 32/35] gnu: Add texlive-latex-psnfss., Ricardo Wurmus, 2017/06/09
bug#27296: [PATCH 01/35] guix: Add download-svn-to-store., Ludovic Courtès, 2017/06/09
bug#27296: Modular Texlive, Ricardo Wurmus, 2017/06/15