gnu: texlive-fmtcount: Refresh package definition.

* gnu/packages/tex.scm (texlive-fmtcount): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-ETOOLBOX, TEXLIVE-GRAPHICS,
TEXLIVE-XKEYVAL.
This commit is contained in:
Nicolas Goaziou 2023-05-15 13:18:25 +02:00
parent 1595b82f19
commit ca2b893d88
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11980,25 +11980,29 @@ (define-public texlive-ntheorem
(define-public texlive-fmtcount (define-public texlive-fmtcount
(package (package
(inherit (simple-texlive-package (name "texlive-fmtcount")
"texlive-fmtcount" (version (number->string %texlive-revision))
(list "doc/latex/fmtcount/" (source (texlive-origin
"scripts/fmtcount/" name version
"source/latex/fmtcount/" (list "doc/latex/fmtcount/" "scripts/fmtcount/"
"tex/latex/fmtcount/") "source/latex/fmtcount/" "tex/latex/fmtcount/")
(base32 (base32
"1biw0g6s2arq6kq52c1yfkl0vzafja2az65c3d0syq0vgjzj9763") "1biw0g6s2arq6kq52c1yfkl0vzafja2az65c3d0syq0vgjzj9763")))
#:trivial? #t)) (outputs '("out" "doc"))
(home-page "https://ctan.org/macros/latex/contrib/fmtcount") (build-system texlive-build-system)
(propagated-inputs
(list texlive-amsmath
texlive-etoolbox
texlive-graphics
texlive-xkeyval))
(home-page "https://ctan.org/pkg/fmtcount")
(synopsis "Display the value of a LaTeX counter in a variety of formats") (synopsis "Display the value of a LaTeX counter in a variety of formats")
(description (description
"The package provides commands that display the value of a LaTeX counter in a "The package provides commands that display the value of a LaTeX counter
variety of formats (ordinal, text, hexadecimal, decimal, octal, binary etc). in a variety of formats (ordinal, text, hexadecimal, decimal, octal, binary
The package offers some multilingual support; configurations for use in English etc). The package offers some multilingual support; configurations for use in
(both British and American usage), French (including Belgian and Swiss English (both British and American usage), French (including Belgian and Swiss
variants), German, Italian, Portuguese and Spanish documents are provided. This variants), German, Italian, Portuguese and Spanish documents are provided.")
package was originally provided as part of the author's datetime package, but is
now distributed separately.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-inriafonts (define-public texlive-inriafonts