GNU bug report logs -
#31478
[PATCH 2/2] gnu: Add zyre.
Previous Next
Reported by: Tonton <tonton <at> riseup.net>
Date: Wed, 16 May 2018 21:48:03 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#31478: [PATCH 2/2] gnu: Add zyre.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 31478 <at> debbugs.gnu.org.
--
31478: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31478
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Tonton <tonton <at> riseup.net> skribis:
> * gnu/packages/networking.scm (zyre): New variable.
Applied, thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/networking.scm (zyre): New variable.
---
gnu/packages/networking.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7f4550cba..5b949b5d2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1796,3 +1796,23 @@ remotely.")
(home-page "http://czmq.zeromq.org/")
(license license:mpl2.0)))
+(define-public zyre
+ (package
+ (name "zyre")
+ (version "2.0.0")
+ (source (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://github.com/zeromq/zyre/releases/download/v"
+ version "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0qz2730bng1gs9xbqxhkw88qbsmszgmmrl2g9k6xrg6r3bqvsdc7"))))
+ (build-system gnu-build-system)
+ (inputs `(("zeromq" ,zeromq)
+ ("czmq" ,czmq)
+ ("libsodium" ,libsodium)))
+ (synopsis "An open-source framework for proximity-based peer-to-peer applications")
+ (description "Zyre provides reliable group messaging over local area networks.")
+ (home-page "https://github.com/zeromq/zyre")
+ (license license:mpl2.0)))
--
2.17.0
This bug report was last modified 7 years and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.