guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.
Date: Tue, 26 Jul 2016 14:35:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari <address@hidden> skribis:

> On Mon, Jul 25, 2016 at 11:47:51AM +0000, ng0 wrote:
>>              (with-fluids ((%default-port-encoding #f))
>>                (substitute* (find-files "tests" "\\.c$")
>>                  (("(system *\\(\")(/[^ ]*)" all pre prog-path)
>>                   (let* ((base (basename prog-path))
>> -                        (prog (which (if (string=? base "gpg") "gpg2" 
>> base))))
>> +                        (prog (which base)))
>>                     (string-append pre
>>                                    (or prog (error "not found: " 
>> base))))))))))))
>
> I can confirm this fixes the build failure. But, I don't fully
> understand the code that was changed. Can somebody double-check it?

LGTM.  The comment above this hunk should also be changed.

Thanks,
Ludo’.



reply via email to

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