gnu: texlive-fp: Refresh package definition.

* gnu/packages/tex.scm (texlive-fp): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 19:14:06 +02:00
parent 9ac2e325dd
commit 9aa2f5228d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11050,13 +11050,17 @@ (define-public texlive-mathpazo
(define-public texlive-fp (define-public texlive-fp
(package (package
(inherit (name "texlive-fp")
(simple-texlive-package (version (number->string %texlive-revision))
"texlive-fp" (source (texlive-origin
(list "doc/latex/fp/" "tex/latex/fp/" "tex/plain/fp/") name version
(base32 "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad") (list "doc/latex/fp/" "tex/latex/fp/"
#:trivial? #t)) "tex/plain/fp/")
(home-page "https://ctan.org/macros/latex/contrib/fp") (base32
"1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fp")
(synopsis "Fixed point arithmetic") (synopsis "Fixed point arithmetic")
(description (description
"This package provides an extensive collection of arithmetic operations "This package provides an extensive collection of arithmetic operations