From 0bb0fdd2f54f7cdde51a7c43ef1079d5803b8083 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 27 Nov 2022 08:37:42 +0100 Subject: gnu: Add dragonbox-for-libreoffice. * gnu/packages/libreoffice.scm (dragonbox-for-libreoffice): New variable. --- gnu/packages/libreoffice.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 7c1af81bae..de3c4aa050 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -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) -- cgit v1.2.3