Re: [PATCH] Add mcrypt

2014-05-24 Thread Andreas Enge
On Sat, May 24, 2014 at 12:40:31AM -0500, Eric Bavier wrote: +(native-inputs `((file ,file))) +(arguments + `(#:phases (alist-cons-before + 'configure 'patch-configure + (lambda _ + (substitute* configure +

Re: [PATCH] Add mcrypt

2014-05-24 Thread Nikita Karetnikov
This patch adds Mcrypt, and two library dependencies. Comments welcome. I believe the libraries should be listed in the commit message as new variables. Ludo, WDYT? + (method url-fetch) + + (uri (string-append mirror://sourceforge/mcrypt/mcrypt- Extraneous newline. +

Re: [PATCH] Add mcrypt

2014-05-24 Thread Taylan Ulrich Bayirli/Kammer
Nikita Karetnikov nik...@karetnikov.org writes: + (perl ,perl))) ;for tests Usually, one puts a space after ‘;’. Not according to http://mumble.net/~campbell/scheme/style.txt and Emacs's M-; (which just follows that document anyway). Taylan

Re: [PATCH] Add mcrypt

2014-05-24 Thread Ludovic Courtès
Taylan Ulrich Bayirli/Kammer taylanbayi...@gmail.com skribis: Nikita Karetnikov nik...@karetnikov.org writes: + (perl ,perl))) ;for tests Usually, one puts a space after ‘;’. Not according to http://mumble.net/~campbell/scheme/style.txt and Emacs's M-; (which just

Re: [PATCH] Add mcrypt

2014-05-24 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Sat, May 24, 2014 at 12:40:31AM -0500, Eric Bavier wrote: +(native-inputs `((file ,file))) +(arguments + `(#:phases (alist-cons-before + 'configure 'patch-configure + (lambda _ +

[PATCH] Add mcrypt

2014-05-23 Thread Eric Bavier
This patch adds Mcrypt, and two library dependencies. Comments welcome. From 252fe352e78fab9a66d50049cdce561072ff29df Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sat, 24 May 2014 00:27:34 -0500 Subject: [PATCH] gnu: Add mcrypt. * gnu/packages/mcrypt.scm: New file. *