mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: texlive-fp: Refresh package definition.
* gnu/packages/tex.scm (texlive-fp): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
9ac2e325dd
commit
9aa2f5228d
1 changed files with 11 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue