Re: [PATCH] gnu: libmicrohttpd: Update to 0.9.34.

2014-02-24 Thread Mark H Weaver
Sree Harsha Totakura writes: > * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34. Pushed, thanks! Mark

[PATCH] gnu: libmicrohttpd: Update to 0.9.34.

2014-02-24 Thread Sree Harsha Totakura
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34. --- gnu/packages/gnunet.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 7f7a6fd..3b111fd 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.s

Re: [PATCH] gnu: Add miniupnpc.

2014-02-24 Thread Sree Harsha Totakura
On 02/24/2014 10:15 PM, Andreas Enge wrote: > The following derivations would be built: >/nix/store/8d3ih5jb6s9lpldsninz6iy0pq6ph4k9-miniupnpc-1.9.drv > > /nix/store/rgaz10pi27qwp4fwflfp9ajypsppwkx7-download.php?file=miniupnpc-1.9.tar.gz.drv > > Rather ugly, although I suppose it works. I

Re: [PATCH] Add MPD

2014-02-24 Thread Andreas Enge
Hello, On Sun, Feb 23, 2014 at 06:34:07PM -0500, David Thompson wrote: > Attached is a patch with basic package recipes for libmpdclient and MPD. > MPD has a lot of optional dependencies and I've included as inputs all > of the ones that Guix currently has packages for. libmpdclient requires > do

Re: [PATCH] gnu: Add miniupnpc.

2014-02-24 Thread Andreas Enge
On Mon, Feb 24, 2014 at 06:49:15PM +0100, Sree Harsha Totakura wrote: > Ah, I think I answered with a 'y' when git complained that it is going > to send the message as UTF-8. I guess I didn't read the message > properly; I guess it had asked me that character encoding the patch is in. ;-) > I fi

[PATCH] gnu: Add miniupnpc.

2014-02-24 Thread Sree Harsha Totakura
* gnu/packages/upnp.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/upnp.scm | 63 +++ 2 files changed, 64 insertions(+) create mode 100644 gnu/packages/upnp.scm diff --git a/gnu-system.am

Re: [PATCH] gnu: Add miniupnpc.

2014-02-24 Thread Sree Harsha Totakura
On 02/23/2014 10:43 AM, Andreas Enge wrote: > your message headers contain: > Content-Type: text/plain; charset=y > so that "git am" complains about > fatal: cannot convert from y to UTF-8 > Or does the list software mess it up? Ah, I think I answered with a 'y' when git complained that it is