guix-commits
[Top][All Lists]
Advanced

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

441/452: gnu: Add texlive-collection-basic.


From: guix-commits
Subject: 441/452: gnu: Add texlive-collection-basic.
Date: Fri, 9 Jun 2023 13:44:23 -0400 (EDT)

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

commit bdb5d1ccf066c555ffa2e2b47c86aca14f4222a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 08:47:54 2023 +0200

    gnu: Add texlive-collection-basic.
    
    * gnu/packages/tex.scm (texlive-collection-basic): New variable.
---
 gnu/packages/tex.scm | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3ad2f20157..6b161feed5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10859,6 +10859,55 @@ Arguments may contain verbatim material or other 
special use of characters.
 The macros were designed for use within other macros.")
     (license license:lppl1.3)))
 
+(define-public texlive-collection-basic
+  (package
+    (name "texlive-collection-basic")
+    (version (number->string %texlive-revision))
+    (source #f)
+    (build-system trivial-build-system)
+   (arguments (list #:builder #~(mkdir #$output)))
+    (propagated-inputs
+     (list texlive-amsfonts
+           texlive-bibtex
+           texlive-cm
+           texlive-colorprofiles
+           texlive-dvipdfmx
+           texlive-dvips
+           texlive-ec
+           texlive-enctex
+           texlive-etex
+           texlive-etex-pkg
+           texlive-glyphlist
+           texlive-graphics-def
+           texlive-hyphen-complete
+           texlive-hyphenex
+           texlive-ifplatform
+           texlive-iftex
+           texlive-knuth-lib
+           texlive-knuth-local
+           texlive-kpathsea
+           texlive-lua-alt-getopt
+           texlive-luahbtex
+           texlive-luatex
+           texlive-makeindex
+           texlive-metafont
+           texlive-mflogo
+           texlive-mfware
+           texlive-modes
+           texlive-pdftex
+           texlive-plain
+           texlive-tex
+           texlive-tex-ini-files
+           texlive-unicode-data
+           texlive-xdvi))
+    (home-page "https://www.tug.org/texlive/";)
+    (synopsis "Essential programs and files")
+    (description
+     "These files are regarded as basic for any TeX system, covering plain TeX
+macros, Computer Modern fonts, and configuration for common drivers; no
+LaTeX.")
+    (license (license:fsf-free "https://www.tug.org/texlive/copying.html";))))
+
 (define-public texlive-grfext
   (package
     (name "texlive-grfext")



reply via email to

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