mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue