Re: [PATCH 1/1] gnu: Add libseccomp.

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 12:32:38PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > * gnu/packages/linux.scm (libseccomp): New variable. > > Nice. This LGTM and is reproducible. License appears correct. Thanks for the review!

Re: [PATCH 1/1] gnu: Add libseccomp.

2016-10-19 Thread Marius Bakke
Leo Famulari writes: > * gnu/packages/linux.scm (libseccomp): New variable. Nice. This LGTM and is reproducible. License appears correct.

[PATCH 1/1] gnu: Add libseccomp.

2016-10-18 Thread Leo Famulari
* gnu/packages/linux.scm (libseccomp): New variable. --- gnu/packages/linux.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 08fd7ac..2d82093 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@