mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: texlive-nth: Refresh package definition.
* gnu/packages/tex.scm (texlive-nth): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
ca2b893d88
commit
bc9094beb7
1 changed files with 9 additions and 7 deletions
|
@ -11938,13 +11938,15 @@ (define-public texlive-xindy
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue