guix-commits
[Top][All Lists]
Advanced

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

70/296: gnu: Add texlive-fcltxdoc.


From: guix-commits
Subject: 70/296: gnu: Add texlive-fcltxdoc.
Date: Thu, 24 Aug 2023 05:20:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2c48577691dd62eedcaf43feb125d671ee8b7b6a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:39:37 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3f3a5f9f3d..36b27ba713 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13289,6 +13289,27 @@ Jaboticabal UNESP} Brazilian university, written based 
on the institution
 rules for thesis publications.")
     (license license:lppl1.3+)))
 
+(define-public texlive-fcltxdoc
+  (package
+    (name "texlive-fcltxdoc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/fcltxdoc/"
+                   "source/latex/fcltxdoc/"
+                   "tex/latex/fcltxdoc/")
+             (base32
+              "0qb0l622svj1bqs0p05mcf30f4xy432aa4qzk6w4rlckssdfiwva")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fcltxdoc";)
+    (synopsis "Macros for use in the author's documentation")
+    (description
+     "The package is not advertised for public use, but is necessary for the
+support of others of the author's packages (which are compiled under the
+@code{ltxdoc} class).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-fdsymbol
   (package
     (name "texlive-fdsymbol")



reply via email to

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