Re: [PATCH v2] gnu: Add lrzip.

2016-07-25 Thread Ludovic Courtès
Leo Famulari skribis: > On Sun, Jul 24, 2016 at 11:36:24PM +0200, Ludovic Courtès wrote: >> No, I’ll try and adjust what’s available at: >> . >> (Suggestions welcome, though!) > > I will

Re: [PATCH v2] gnu: Add lrzip.

2016-07-24 Thread Tobias Geerinckx-Rice
Ludo', Thanks, but... On 2016-07-24 23:36, l...@gnu.org wrote: Tobias Geerinckx-Rice skribis: I spent about an hour I had a ‘gpg’ script that would call ‘gpg2’ So did I. Now, maybe *my* script was so bad that it caused segfaults and IPC errors, but that would shatter my

Re: [PATCH v2] gnu: Add lrzip.

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 11:36:24PM +0200, Ludovic Courtès wrote: > No, I’ll try and adjust what’s available at: > . > (Suggestions welcome, though!) I will also review this script.

Re: [PATCH v2] gnu: Add lrzip.

2016-07-24 Thread Ludovic Courtès
Hello! Tobias Geerinckx-Rice skribis: > On 23/07/2016 12:45, Ludovic Courtès wrote: >> I’ve added you to the Savannah group so you can commit directly. > > Thanks! > >> Please see the ‘HACKING’ file on how to be a good citizen. ;-) In >> particular, make sure to configure

Re: [PATCH v2] gnu: Add lrzip.

2016-07-23 Thread Tobias Geerinckx-Rice
Ludo', On 23/07/2016 12:45, Ludovic Courtès wrote: > I’ve added you to the Savannah group so you can commit directly. Thanks! > Please see the ‘HACKING’ file on how to be a good citizen. ;-) In > particular, make sure to configure commit signing Done and (already) done. I spent about an

Re: [PATCH v2] gnu: Add lrzip.

2016-07-23 Thread Ludovic Courtès
Hi Tobias, l...@gnu.org (Ludovic Courtès) skribis: > Tobias Geerinckx-Rice skribis: > >> On 2016-07-21 22:24, Tobias Geerinckx-Rice wrote: >>> +(native-inputs >>> + `(,@(if (string-prefix? "i686" (or (%current-target-system) >>> +

Re: [PATCH v2] gnu: Add lrzip.

2016-07-22 Thread Ludovic Courtès
Hi Tobias, Tobias Geerinckx-Rice skribis: > On 2016-07-21 22:24, Tobias Geerinckx-Rice wrote: >> +(native-inputs >> + `(,@(if (string-prefix? "i686" (or (%current-target-system) >> +(%current-system))) >> + `(("nasm"

Re: [PATCH v2] gnu: Add lrzip.

2016-07-21 Thread Tobias Geerinckx-Rice
Talking to myself, On 2016-07-21 22:24, Tobias Geerinckx-Rice wrote: +(native-inputs + `(,@(if (string-prefix? "i686" (or (%current-target-system) +(%current-system))) + `(("nasm" ,nasm)) + '()) Hmm. Not sure where this

[PATCH v2] gnu: Add lrzip.

2016-07-21 Thread Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lrzip): New variable. --- V2: - Add 'nasm' input only on x86 systems. - Correct licencing information. gnu/packages/compression.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/compression.scm