[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/435: gnu: texlive-nth: Refresh package definition.
From: |
guix-commits |
Subject: |
175/435: gnu: texlive-nth: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4767ef92936e8620d13841d5e94b42e8865fd1b8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:19:50 2023 +0200
gnu: texlive-nth: Refresh package definition.
* gnu/packages/tex.scm (texlive-nth): 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 d96b99105b..54456bddca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11946,13 +11946,15 @@ terms and in terms of the collating order of the text
being processed.")
(define-public texlive-nth
(package
- (inherit (simple-texlive-package
- "texlive-nth"
- (list "tex/generic/nth/")
- (base32
- "0716sd99xjdkplm7jdmg4lx8lpfnnx6mxjp1l1sp2bfqcg73p4hm")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/generic/misc/nth.sty")
+ (name "texlive-nth")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/generic/nth/")
+ (base32
+ "0716sd99xjdkplm7jdmg4lx8lpfnnx6mxjp1l1sp2bfqcg73p4hm")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nth")
(synopsis "Generate English ordinal numbers")
(description
"The command @code{\\nth{<number>}} generates English ordinal numbers of
- 186/435: gnu: texlive-cabin: Refresh package definition., (continued)
- 186/435: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/06
- 185/435: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/06
- 90/435: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/06
- 124/435: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/06
- 145/435: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/06
- 163/435: gnu: Add texlive-ntheorem., guix-commits, 2023/06/06
- 165/435: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/06
- 167/435: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/06
- 169/435: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/06
- 172/435: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/06
- 175/435: gnu: texlive-nth: Refresh package definition.,
guix-commits <=
- 177/435: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/06
- 181/435: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/06
- 182/435: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/06
- 183/435: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/06
- 184/435: gnu: Add texlive-etextools., guix-commits, 2023/06/06
- 187/435: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/06
- 190/435: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/06
- 192/435: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/06
- 191/435: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/06
- 194/435: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/06