gnu: Add texlive-generic-bigintcalc.

* gnu/packages/tex.scm (texlive-generic-bigintcalc): New public variable.
This commit is contained in:
Marius Bakke 2021-05-22 17:54:07 +02:00
parent 2d78486e60
commit 3e0dc201ec
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7300,6 +7300,24 @@ (define-public texlive-generic-atbegshi
be used either with LaTeX or with plain TeX.")
(license license:lppl1.3c+)))
(define-public texlive-generic-bigintcalc
(package
(inherit (simple-texlive-package
"texlive-generic-bigintcalc"
'("/doc/latex/bigintcalc/README.md"
"/tex/generic/bigintcalc/")
(base32
"19grk4p1dh566hgpzhnjyjnrw57hpjijcpr7ci401n9jszcc1xkz")
#:trivial? #t))
(propagated-inputs
`(("texlive-latex-pdftexcmds" ,texlive-latex-pdftexcmds)))
(home-page "https://www.ctan.org/pkg/bigintcalc")
(synopsis "Integer calculations on very large numbers")
(description
"This package provides expandable arithmetic operations with big
integers that can exceed TeX's number limits.")
(license license:lppl1.3c+)))
(define-public texlive-generic-infwarerr
(package
(inherit (simple-texlive-package