guix-commits
[Top][All Lists]
Advanced

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

16/243: gnu: Add texlive-components.


From: guix-commits
Subject: 16/243: gnu: Add texlive-components.
Date: Fri, 11 Aug 2023 08:45:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 63ee600a22038192de9e456c6ec6d892730e94f9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:02:37 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f66d360468..845db4b097 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7399,6 +7399,24 @@ a corresponding option is set.  Furthermore, 
@command{cluttex} can watch input
 files for changes (using an external program).")
     (license license:gpl3+)))
 
+(define-public texlive-components
+  (package
+    (name "texlive-components")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/components/")
+             (base32
+              "04yg9hq0wcyi1ag9y9m2fnf5h3n4fdykiwljgpw0kyc73bfyhq1m")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/components";)
+    (synopsis "Introduction to TeX components and files")
+    (description
+     "This package is an introduction to the components and files users of TeX
+may encounter.")
+    (license license:gpl3+)))
+
 (define-public texlive-ctan-o-mat
   (package
     (name "texlive-ctan-o-mat")



reply via email to

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