me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fltpoint.

* gnu/packages/tex.scm (texlive-fltpoint): New variable.
Nicolas Goaziou 2023-07-20 10:50:22 +02:00
parent 5df0245cc7
commit f4e823f17c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -2561,6 +2561,26 @@ referenced.")
to apply to page dimensions.")
(license license:public-domain)))
(define-public texlive-fltpoint
(package
(name "texlive-fltpoint")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/fltpoint/"
"source/generic/fltpoint/"
"tex/generic/fltpoint/")
(base32
"0k85cyh39rxr3jrgyxcj1lrya5zss5da62pj7q8412naaklkhd7n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fltpoint")
(synopsis "Simple floating point arithmetic")
(description
"The package provides simple floating point operations (addition,
subtraction, multiplication, division and rounding).")
(license license:lppl1.2+)))
(define-public texlive-fontools
(package
(name "texlive-fontools")