guix-commits
[Top][All Lists]
Advanced

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

149/418: gnu: texlive-comment: Refresh package definition.


From: guix-commits
Subject: 149/418: gnu: texlive-comment: Refresh package definition.
Date: Fri, 2 Jun 2023 17:24:24 -0400 (EDT)

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

commit 7e73989a37352334a55df59b014052270bd88684
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:22:19 2023 +0200

    gnu: texlive-comment: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-comment): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 63eda1becf..2fa00499ae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12653,13 +12653,15 @@ package allows such line breaks in the generated 
links.")
 
 (define-public texlive-comment
   (package
-    (inherit (simple-texlive-package
-              "texlive-comment"
-              '("/doc/latex/comment/"
-                "/tex/latex/comment/")
-              (base32
-               "1c1mqziwxyf1bqzpw6ji65n7ypygm3lyknblxmf0c70w0ivw76pa")
-              #:trivial? #t))
+    (name "texlive-comment")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/comment/" "tex/latex/comment/")
+             (base32
+              "1c1mqziwxyf1bqzpw6ji65n7ypygm3lyknblxmf0c70w0ivw76pa")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/comment";)
     (synopsis "Selectively include/exclude portions of text")
     (description "This package provides environments for selectively including



reply via email to

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