[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
304/458: gnu: texlive-carlisle: Refresh package definition.
From: |
guix-commits |
Subject: |
304/458: gnu: texlive-carlisle: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 41fd3f8cc2de501d6886c57dec681c99523255f5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:36:44 2023 +0200
gnu: texlive-carlisle: Refresh package definition.
* gnu/packages/tex.scm (texlive-carlisle): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS, TEXLIVE-TOOLS.
---
gnu/packages/tex.scm | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cb78815b42..4d30e7bf2a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6095,21 +6095,28 @@ to something that's not a float.")
(define-public texlive-carlisle
(package
- (inherit (simple-texlive-package
- "texlive-carlisle"
- (list "doc/latex/carlisle/"
- "source/latex/carlisle/"
- "tex/latex/carlisle/")
- (base32 "139k4n8dv6pbal1mx4m8b239x3i9cw61f6digk9mxscbxwvxfngb")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/carlisle")
+ (name "texlive-carlisle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/carlisle/" "source/latex/carlisle/"
+ "tex/latex/carlisle/")
+ (base32
+ "139k4n8dv6pbal1mx4m8b239x3i9cw61f6digk9mxscbxwvxfngb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics
+ texlive-tools))
+ (home-page "https://ctan.org/pkg/carlisle")
(synopsis "David Carlisle's small packages")
(description
"Many of David Carlisle's more substantial packages stand on their own,
or as part of the LaTeX latex-tools set; this set contains: making dotless
@emph{j} characters for fonts that don't have them; a method for combining the
-capabilities of longtable and tabularx; an environment for including plain TeX
-in LaTeX documents; a jiffy to create slashed characters for physicists.")
+capabilities of @code{longtable} and @code{tabularx}; an environment for
+including plain TeX in LaTeX documents; a jiffy to create slashed characters
+for physicists.")
(license license:lppl)))
(define-public texlive-catchfile
- 268/458: gnu: texlive-uniquecounter: Refresh package definition., (continued)
- 268/458: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/14
- 269/458: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/14
- 273/458: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/14
- 296/458: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/14
- 288/458: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/14
- 291/458: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/14
- 305/458: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/14
- 281/458: gnu: Add texlive-hopatch., guix-commits, 2023/06/14
- 292/458: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/14
- 309/458: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/14
- 304/458: gnu: texlive-carlisle: Refresh package definition.,
guix-commits <=
- 315/458: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/14
- 326/458: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/14
- 327/458: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/14
- 328/458: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/14
- 332/458: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/14
- 329/458: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/14
- 338/458: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/14
- 331/458: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/14
- 358/458: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/14
- 357/458: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/14