guix-commits
[Top][All Lists]
Advanced

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

452/452: gnu: Add texlive-scheme-minimal.


From: guix-commits
Subject: 452/452: gnu: Add texlive-scheme-minimal.
Date: Fri, 9 Jun 2023 13:44:30 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit ad5bd4bd68e2a4aa8d53aa3ec5a35596e9ac30d5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 18:30:51 2023 +0200

    gnu: Add texlive-scheme-minimal.
    
    * gnu/packages/tex.scm (texlive-scheme-minimal): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8815c287a3..2753e21a14 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13041,6 +13041,23 @@ break statement, except that the loop does not 
terminate until the end of the
 current iteration.")
     (license license:lppl)))
 
+(define-public texlive-scheme-minimal
+  (package
+    (name "texlive-scheme-minimal")
+    (version (number->string %texlive-revision))
+    (source #f)
+    (build-system trivial-build-system)
+    (arguments (list #:builder #~(mkdir #$output)))
+    (propagated-inputs (list texlive-collection-basic))
+    (home-page "https://www.tug.org/texlive/";)
+    (synopsis "Minimal scheme (plain only)")
+    (description
+     "This is the minimal TeX Live scheme, with support for only plain
+TeX. (No LaTeX macros.) LuaTeX is included because Lua scripts are used in TeX
+Live infrastructure.  This scheme corresponds exactly to
+@code{collection-basic}.")
+    (license (license:fsf-free "https://www.tug.org/texlive/copying.html";))))
+
 (define-public texlive-scheme-basic
   (package
     (name "texlive-scheme-basic")



reply via email to

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