guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add mcrypt


From: Andreas Enge
Subject: Re: [PATCH] Add mcrypt
Date: Sat, 24 May 2014 10:53:52 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

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.

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]