unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38508] [PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5)
@ 2019-12-06  8:36 Andrew Miloradovsky
  2019-12-11  2:49 ` bug#38508: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Miloradovsky @ 2019-12-06  8:36 UTC (permalink / raw)
  To: 38508; +Cc: Andrew Miloradovsky

* gnu/packages/cluster.scm (libraft)[arguments]: enable libuv I/O backend
---
 gnu/packages/cluster.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 9548352d12..4e16473fa4 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -87,7 +87,7 @@ independently or together to provide resilient infrastructures.")
 (define-public libraft
   (package
     (name "libraft")
-    (version "0.9.5")
+    (version "0.9.11")
     (home-page "https://github.com/canonical/raft")
     (source (origin
               (method git-fetch)
@@ -96,10 +96,12 @@ independently or together to provide resilient infrastructures.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q49f5mmv6nr6dxhnp044xwc6jlczgh0nj0bl6718wiqh28411x0"))))
-    (arguments '(#:configure-flags '("--disable-uv")))
-    ;; The uv plugin tests fail, if libuv (or the example) is enabled,
-    ;; because setting up the environment requires too much privileges.
+                "00rsq4z9nykmf7r5rlpv1y6bvckcmg3zv57vh1h681y5pij6cch1"))))
+    (arguments '(#:configure-flags '("--enable-uv")
+                 #:tests? #f))
+    ;; The uv plugin tests fail, if libuv (or the example) is enabled.
+    (inputs
+     `(("libuv" ,libuv)))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38508: [PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5)
  2019-12-06  8:36 [bug#38508] [PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5) Andrew Miloradovsky
@ 2019-12-11  2:49 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2019-12-11  2:49 UTC (permalink / raw)
  To: Andrew Miloradovsky; +Cc: 38508-done

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Patch pushed. Thanks!


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-11  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06  8:36 [bug#38508] [PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5) Andrew Miloradovsky
2019-12-11  2:49 ` bug#38508: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).