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

commit 8671fc1ac4e8e962c7a514dbc46e0e24658e532e
Author: Nicolas Goaziou <[email protected]>
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