me
/
guix
Archived
1
0
Fork 0

gnu: Add dragonbox-for-libreoffice.

* gnu/packages/libreoffice.scm (dragonbox-for-libreoffice): New variable.
master
Ricardo Wurmus 2022-11-27 08:37:42 +01:00
parent 7de5656571
commit 0bb0fdd2f5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 15 additions and 0 deletions

View File

@ -1118,6 +1118,21 @@ of decimal representation of the input floating-point number, the procedure
commonly called @code{ftoa} or @code{dtoa}.")
(license license:asl2.0)))
(define-public dragonbox-for-libreoffice
(package
(inherit dragonbox)
(name "dragonbox")
(version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jk-jeon/dragonbox")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"11h9xhpzp61rfyh1nnca5shzi40skgpdql080k5cb6cfy672s1qz"))))))
(define dtoa
(origin
(method url-fetch)