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: Leo Famulari
Subject: Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.
Date: Mon, 25 Jul 2016 11:21:10 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

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?



reply via email to

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