Re: [PATCH] Add opendht.

2016-06-25 Thread Lukas Gradl
Leo Famulari writes: > On Sun, Jun 05, 2016 at 03:50:20PM -0500, Lukas Gradl wrote: >> Attached is an updated patch. > > Pushed as 893d963a, thanks! Thank you!

Re: [PATCH] Add opendht.

2016-06-25 Thread Leo Famulari
On Sun, Jun 05, 2016 at 03:50:20PM -0500, Lukas Gradl wrote: > Attached is an updated patch. Pushed as 893d963a, thanks! > > Thank you! > >

Re: [PATCH] Add opendht.

2016-06-05 Thread Lukas Gradl
Leo Famulari writes: > On Fri, Jun 03, 2016 at 10:27:32AM -0500, Lukas Gradl wrote: >> Leo Famulari writes: >> > On Tue, May 31, 2016 at 09:17:29AM -0500, Lukas Gradl wrote: >> >> * gnu/packages/telephony.scm (opendht): New variable. >> > >> > I wonder if there is a better module? Distributed h

Re: [PATCH] Add opendht.

2016-06-03 Thread Leo Famulari
On Fri, Jun 03, 2016 at 10:27:32AM -0500, Lukas Gradl wrote: > Leo Famulari writes: > > On Tue, May 31, 2016 at 09:17:29AM -0500, Lukas Gradl wrote: > >> * gnu/packages/telephony.scm (opendht): New variable. > > > > I wonder if there is a better module? Distributed hash tables aren't > > specific

Re: [PATCH] Add opendht.

2016-06-03 Thread Lukas Gradl
Hi Leo, Thank you for your review! Leo Famulari writes: > On Tue, May 31, 2016 at 09:17:29AM -0500, Lukas Gradl wrote: >> * gnu/packages/telephony.scm (opendht): New variable. > > I wonder if there is a better module? Distributed hash tables aren't > specific to telephony. I am thinking abou

Re: [PATCH] Add opendht.

2016-05-31 Thread Leo Famulari
On Tue, May 31, 2016 at 09:17:29AM -0500, Lukas Gradl wrote: > * gnu/packages/telephony.scm (opendht): New variable. I wonder if there is a better module? Distributed hash tables aren't specific to telephony. > +(define-public opendht > + (let ((commit "13f8c13ac4ebb3b43474d91ca48b42a1019083f4")

[PATCH] Add opendht.

2016-05-31 Thread Lukas Gradl
Hello Guix, Attached is a patch to add the opendht library, a dependency of the Ring. Thank you! Best, Lukas >From 392ea1f9194d299d73af5b21ee7f76e34653556a Mon Sep 17 00:00:00 2001 From: Lukas Gradl Date: Tue, 31 May 2016 09:14:21 -0500 Subject: [PATCH] gnu: telephony: Add opendht. * gnu/pac