[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: |
Mon, 29 May 2023 17:39:05 -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
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., (continued)
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/29
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/29
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/29
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/29
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/05/29
- 131/418: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/29
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/29
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/29
- 141/418: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/29
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/29
- 149/418: gnu: texlive-comment: Refresh package definition.,
guix-commits <=
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/29
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/29
- 150/418: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/29
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/29
- 159/418: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/29
- 162/418: gnu: Add texlive-selinput., guix-commits, 2023/05/29
- 165/418: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/29
- 168/418: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/29
- 176/418: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/29
- 183/418: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/29