[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add mcrypt
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] Add mcrypt |
Date: |
Sun, 25 May 2014 00:34:48 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> 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 _
>> + (substitute* "configure"
>> + (("/usr/bin/file")
>> + (which "file"))))
>> + %standard-phases)))
>
> Is this really needed? Lots of packages using the autotools look for "file",
> and when it is not available, nothing bad seems to happen. I was told before
> to just not bother.
Agreed.
Nikita Karetnikov <address@hidden> skribis:
>> 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?
Agreed, in the subject line.
Ludo’.