Re: [PATCH 1/4] gnu: node: Add http-parser.

2016-08-27 Thread Alex Kost
Jelle Licht (2016-08-27 14:23 +0300) wrote: > * gnu/packages/node.scm (http-parser): New variable. > * gnu/packages/node.scm (define-module): Import gnu packages tls with > tls: prefix These are 2 independent things, so I think it should be 2 separate patches, but actually why is it needed to

[PATCH 1/4] gnu: node: Add http-parser.

2016-08-27 Thread Jelle Licht
* gnu/packages/node.scm (http-parser): New variable. * gnu/packages/node.scm (define-module): Import gnu packages tls with tls: prefix --- gnu/packages/node.scm | 39 +-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/gnu/packages/node.scm