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
(package
(inherit
(simple-texlive-package
"texlive-fp"
(list "doc/latex/fp/" "tex/latex/fp/" "tex/plain/fp/")
(base32 "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")
#:trivial? #t))
(home-page "https://ctan.org/macros/latex/contrib/fp")
(name "texlive-fp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fp/" "tex/latex/fp/"
"tex/plain/fp/")
(base32
"1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fp")
(synopsis "Fixed point arithmetic")
(description
"This package provides an extensive collection of arithmetic operations