GNU bug report logs -
#31477
[PATCH 1/2] gnu: Add czmq.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31477 in the body.
You can then email your comments to 31477 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31477
; Package
guix-patches
.
(Wed, 16 May 2018 21:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tonton <tonton <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 16 May 2018 21:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31477
; Package
guix-patches
.
(Thu, 17 May 2018 10:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 31477 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tonton <tonton <at> riseup.net> writes:
> * gnu/packages/networking.scm (czmq): New variable.
> ---
> gnu/packages/networking.scm | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
I think Guix already includes a czmq package, and in this file as well?
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31477
; Package
guix-patches
.
(Thu, 17 May 2018 14:53:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 31477 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hah, yes, you are completely right!
I thought I did a search for it, lucky it was such an easy package to
define
:)
So how do I close this bug?
On Thu, 17 May 2018 11:03:02 +0100
Christopher Baines <mail <at> cbaines.net> wrote:
> Tonton <tonton <at> riseup.net> writes:
>
> > * gnu/packages/networking.scm (czmq): New variable.
> > ---
> > gnu/packages/networking.scm | 28 ++++++++++++++++++++++++++++
> > 1 file changed, 28 insertions(+)
>
> I think Guix already includes a czmq package, and in this file as well?
[Message part 2 (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31477
; Package
guix-patches
.
(Thu, 17 May 2018 21:48:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 31477 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tonton <tonton <at> riseup.net> writes:
> Hah, yes, you are completely right!
>
> I thought I did a search for it, lucky it was such an easy package to
> define
>
> :)
>
> So how do I close this bug?
Just send an email to 31477-close <at> debbugs.gnu.org.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Tonton <tonton <at> riseup.net>
:
You have taken responsibility.
(Fri, 18 May 2018 06:37:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tonton <tonton <at> riseup.net>
:
bug acknowledged by developer.
(Fri, 18 May 2018 06:37:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 31477-close <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Close bug as czmq is already part of guix- no need for duplicates.
[Message part 2 (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 15 Jun 2018 11:24:08 GMT)
Full text and
rfc822 format available.
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.