[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/409: gnu: texlive-nth: Refresh package definition.
From: |
guix-commits |
Subject: |
175/409: gnu: texlive-nth: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:42 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1e9e9c126b1bd5d5a5cfcf2626312d016fc83f06
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
- 352/409: gnu: Add texlive-manfnt., (continued)
- 352/409: gnu: Add texlive-manfnt., guix-commits, 2023/05/20
- 355/409: gnu: Add texlive-luatex., guix-commits, 2023/05/20
- 357/409: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/20
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor., guix-commits, 2023/05/20
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs., guix-commits, 2023/05/20
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition.,
guix-commits <=
- 150/409: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/20
- 171/409: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/20
- 203/409: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/20
- 208/409: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/20
- 209/409: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/20
- 211/409: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/20
- 222/409: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/20
- 229/409: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/20
- 224/409: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/20
- 231/409: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/20