[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/416: gnu: texlive-comment: Refresh package definition.
From: |
guix-commits |
Subject: |
149/416: gnu: texlive-comment: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8671fc1ac4e8e962c7a514dbc46e0e24658e532e
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
- 79/416: gnu: texlive-latex-jknapltx -> texlive-jknapltx., (continued)
- 79/416: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/28
- 95/416: gnu: Add texlive-luatexbase., guix-commits, 2023/05/28
- 92/416: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/28
- 124/416: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 98/416: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/28
- 113/416: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/28
- 144/416: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/28
- 127/416: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 140/416: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28
- 143/416: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 149/416: gnu: texlive-comment: Refresh package definition.,
guix-commits <=
- 148/416: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/28
- 152/416: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 155/416: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/28
- 164/416: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/28
- 168/416: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/28
- 173/416: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 176/416: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/28
- 183/416: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/28
- 182/416: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/28
- 196/416: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/28