mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: texlive-bigintcalc: Refresh package definition.
* gnu/packages/tex.scm (texlive-bigintcalc): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
0c45eb5be8
commit
f61ae4a417
1 changed files with 20 additions and 24 deletions
|
@ -9495,30 +9495,26 @@ (define-public texlive-atbegshi
|
||||||
(define-deprecated-package texlive-generic-atbegshi texlive-atbegshi)
|
(define-deprecated-package texlive-generic-atbegshi texlive-atbegshi)
|
||||||
|
|
||||||
(define-public texlive-bigintcalc
|
(define-public texlive-bigintcalc
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-bigintcalc"
|
(name "texlive-bigintcalc")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
(list "doc/latex/bigintcalc/"
|
(list "doc/latex/bigintcalc/"
|
||||||
"source/latex/bigintcalc/"
|
"source/latex/bigintcalc/"
|
||||||
"tex/generic/bigintcalc/")
|
"tex/generic/bigintcalc/")
|
||||||
(base32
|
(base32
|
||||||
"1cyv4mcvx83ab782l6h2f86a63ipm845r7hv1m6f1z2336vy7rc5"))))
|
"1cyv4mcvx83ab782l6h2f86a63ipm845r7hv1m6f1z2336vy7rc5")))
|
||||||
(package
|
|
||||||
(inherit template)
|
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(build-system texlive-build-system)
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
|
||||||
((#:tex-directory _ '())
|
|
||||||
"generic/bigintcalc")
|
|
||||||
((#:build-targets _ '())
|
|
||||||
#~(list "bigintcalc.dtx"))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-pdftexcmds))
|
(list texlive-pdftexcmds))
|
||||||
(home-page "https://www.ctan.org/pkg/bigintcalc")
|
(home-page "https://ctan.org/pkg/bigintcalc")
|
||||||
(synopsis "Integer calculations on very large numbers")
|
(synopsis "Integer calculations on very large numbers")
|
||||||
(description
|
(description
|
||||||
"This package provides expandable arithmetic operations with big
|
"This package provides expandable arithmetic operations with big integers
|
||||||
integers that can exceed TeX's number limits.")
|
that can exceed TeX's number limits.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-generic-bigintcalc texlive-bigintcalc)
|
(define-deprecated-package texlive-generic-bigintcalc texlive-bigintcalc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue