[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/421: gnu: texlive-comment: Refresh package definition.
From: |
guix-commits |
Subject: |
155/421: gnu: texlive-comment: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f26ad5d6aa85f11ccb84ea6a6c7940dbd5674d91
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 6d489c1075..3316549a12 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12649,13 +12649,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
- 136/421: gnu: texlive-ydoc: Refresh package definition., (continued)
- 136/421: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/28
- 139/421: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/28
- 140/421: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/28
- 144/421: gnu: Add texlive-modes., guix-commits, 2023/05/28
- 143/421: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/28
- 145/421: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/28
- 147/421: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/28
- 148/421: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/28
- 151/421: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/28
- 154/421: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/28
- 155/421: gnu: texlive-comment: Refresh package definition.,
guix-commits <=
- 157/421: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/28
- 159/421: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/28
- 161/421: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/28
- 163/421: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/28
- 165/421: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/28
- 166/421: gnu: Add texlive-lipsum., guix-commits, 2023/05/28
- 167/421: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/28
- 169/421: gnu: Add texlive-ntheorem., guix-commits, 2023/05/28
- 171/421: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/28
- 177/421: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/28