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] 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

Re: [PATCH] gnu: Add miniupnpc.

2014-02-23 Thread Andreas Enge
Hello, 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? On Sat, Feb 22, 2014 at 10:37:05AM +0100, Sree Harsha Totakura wrote: > + #:phases > + (alist-delet

[PATCH] gnu: Add miniupnpc.

2014-02-22 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 | 66 +++ 2 files changed, 67 insertions(+) create mode 100644 gnu/packages/upnp.scm diff --git a/gnu-system.am