gnu: Add dragonbox-for-libreoffice.
* gnu/packages/libreoffice.scm (dragonbox-for-libreoffice): New variable.
This commit is contained in:
parent
7de5656571
commit
0bb0fdd2f5
1 changed files with 15 additions and 0 deletions
|
@ -1118,6 +1118,21 @@ of decimal representation of the input floating-point number, the procedure
|
||||||
commonly called @code{ftoa} or @code{dtoa}.")
|
commonly called @code{ftoa} or @code{dtoa}.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define dtoa
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Reference in a new issue