GNU bug report logs - #31477
[PATCH 1/2] gnu: Add czmq.

Previous Next

Package: guix-patches;

Reported by: Tonton <tonton <at> riseup.net>

Date: Wed, 16 May 2018 21:48:02 UTC

Severity: normal

Tags: patch

Done: Tonton <tonton <at> riseup.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tonton <tonton <at> riseup.net>
Subject: bug#31477: closed ([bug#31477] [PATCH 1/2] gnu: Add czmq.)
Date: Fri, 18 May 2018 06:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31477: [PATCH 1/2] gnu: Add czmq.

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 31477 <at> debbugs.gnu.org.

-- 
31477: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31477
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tonton <tonton <at> riseup.net>
To: 31477-close <at> debbugs.gnu.org
Subject: [bug#31477] [PATCH 1/2] gnu: Add czmq.
Date: Fri, 18 May 2018 08:35:58 +0200
[Message part 3 (text/plain, inline)]
Close bug as czmq is already part of guix- no need for duplicates.
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Tonton <tonton <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Tonton <tonton <at> riseup.net>
Subject: [PATCH 1/2] gnu: Add czmq.
Date: Wed, 16 May 2018 23:47:14 +0200
* gnu/packages/networking.scm (czmq): New variable.
---
 gnu/packages/networking.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9f9f21baa..7f4550cba 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1768,3 +1768,31 @@ allowing you to run a client with no graphical interface, and a Web GUI for
 remote access.  The @command{amulecmd} command allows you to control aMule
 remotely.")
     (license license:gpl2+)))
+
+(define-public czmq
+  (package
+    (name "czmq")
+    (version "4.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append "https://github.com/zeromq/czmq/releases/download/v"
+                              version "/" name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1h5hrcsc30fcwb032vy5gxkq4j4vv1y4dj460rfs1hhxi0cz83zh"))))
+    (build-system gnu-build-system)
+    (inputs `(("zeromq" ,zeromq)))
+    (synopsis "High-level C binding for ØMQ (zeromq)")
+    (description "High-level C binding for ZeroMQ.
+
+Ø All-round Slice of Heaven for C developers.
+
+Ø Supports libzmq v2.x, v3.x, and v4.x.
+
+Ø Open source under MPL v2 license.
+
+Ø Commercial support ask for at the zeromq-dev mailing list")
+    (home-page "http://czmq.zeromq.org/")
+    (license license:mpl2.0)))
+
-- 
2.17.0




This bug report was last modified 7 years and 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.