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

2017-01-16 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, Jan 16, 2017 at 12:43:14AM -0500, Leo Famulari wrote: >> * gnu/packages/crypto.scm (scrypt): New variable. > >> +(arguments >> + `(#:phases (modify-phases %standard-phases >> + (add-after 'unpack 'patch-command-invocations > > I realized this indent

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

2017-01-15 Thread Leo Famulari
On Mon, Jan 16, 2017 at 12:43:14AM -0500, Leo Famulari wrote: > * gnu/packages/crypto.scm (scrypt): New variable. > +(arguments > + `(#:phases (modify-phases %standard-phases > + (add-after 'unpack 'patch-command-invocations I realized this indentation is too far to the right. >

[PATCH 1/1] gnu: Add scrypt.

2017-01-15 Thread Leo Famulari
* gnu/packages/crypto.scm (scrypt): New variable. --- gnu/packages/crypto.scm | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index e4a8a4bd5..e27cf45d7 100644 --- a/gnu/packages/crypto.scm