Re: [PATCH] gnu: Add varnish.

2016-12-01 Thread Ricardo Wurmus
Marius Bakke writes: > Ricardo Wurmus writes: > >>> + (add-after 'install 'wrap-binary >>> + (lambda* (#:key inputs outputs #:allow-other-keys) >>> + (let* ((out (assoc-ref outputs "out")) >>> +(varnishd

Re: [PATCH] gnu: Add varnish.

2016-11-27 Thread Marius Bakke
Ricardo Wurmus writes: >> + (add-after 'install 'wrap-binary >> + (lambda* (#:key inputs outputs #:allow-other-keys) >> + (let* ((out (assoc-ref outputs "out")) >> +(varnishd (string-append out "/sbin/varnishd")) >> +

Re: [PATCH] gnu: Add varnish.

2016-11-27 Thread Ricardo Wurmus
Marius Bakke writes: > * gnu/packages/web.scm (varnish): New variable. […] > + (add-after 'install 'wrap-binary > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > +(varnishd