guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: Add dragonbox-for-libreoffice.


From: guix-commits
Subject: 04/05: gnu: Add dragonbox-for-libreoffice.
Date: Sun, 27 Nov 2022 15:03:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0bb0fdd2f54f7cdde51a7c43ef1079d5803b8083
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 27 08:37:42 2022 +0100

    gnu: Add dragonbox-for-libreoffice.
    
    * gnu/packages/libreoffice.scm (dragonbox-for-libreoffice): New variable.
---
 gnu/packages/libreoffice.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]