Re: [PATCH] gnu: Add sslh.

2016-09-12 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice skribis: > On 12/09/16 12:03, Efraim Flashner wrote: >>> + (lambda* _ >> ^^^ >>Don't need the underscore here > > I don't see how that could work. Did you mean to drop the asterisk? >

Re: [PATCH] gnu: Add sslh.

2016-09-12 Thread Efraim Flashner
On Mon, Sep 12, 2016 at 02:32:08AM +0200, Tobias Geerinckx-Rice wrote: > * gnu/packages/networking.scm (sslh): New variable. > --- > gnu/packages/networking.scm | 71 > - > 1 file changed, 70 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH] gnu: Add sslh.

2016-09-11 Thread Tobias Geerinckx-Rice
Leo, Thanks! On Mon, Sep 12, 2016 at 02:32:08AM +0200, Tobias Geerinckx-Rice wrote: > (doc (string-append out "/share/doc") And for catching this. What's annoying is that I *always* miss this, I *know* that I always miss this, and I keep missing it anyway... Kind regards, T G-R

Re: [PATCH] gnu: Add sslh.

2016-09-11 Thread Leo Famulari
On Mon, Sep 12, 2016 at 02:32:08AM +0200, Tobias Geerinckx-Rice wrote: > * gnu/packages/networking.scm (sslh): New variable. Interesting package! > + ;; Many of these files are mentioned in the man page. Install them. > + (add-after 'install 'install-documentation > +

[PATCH] gnu: Add sslh.

2016-09-11 Thread Tobias Geerinckx-Rice
* gnu/packages/networking.scm (sslh): New variable. --- gnu/packages/networking.scm | 71 - 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index c4edbc3..1818b62 100644 ---