emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#58397: closed ([PATCH 0/2] gnu: emacs-password-store: Refer directly


From: GNU bug Tracking System
Subject: bug#58397: closed ([PATCH 0/2] gnu: emacs-password-store: Refer directly to password-store.)
Date: Mon, 10 Oct 2022 16:13:02 +0000

Your message dated Mon, 10 Oct 2022 18:12:09 +0200
with message-id <87czazvesm.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#58397] [PATCH 1/2] gnu: emacs-password-store: Refer 
directly to password-store.
has caused the debbugs.gnu.org bug report #58397,
regarding [PATCH 0/2] gnu: emacs-password-store: Refer directly to 
password-store.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58397: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58397
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] gnu: emacs-password-store: Refer directly to password-store. Date: Sun, 9 Oct 2022 17:56:08 +0100
This patchset removes a propagated external command, which, as we all know, are
malicious parasites that have no purpose in life but undermining the benefits of
Guix.

( (2):
  gnu: emacs-password-store: Refer directly to password-store.
  gnu: emacs-ivy-pass: Don't propagate password-store.

 gnu/packages/emacs-xyz.scm | 64 +++++++++++++++++++++-----------------
 1 file changed, 36 insertions(+), 28 deletions(-)

-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58397] [PATCH 1/2] gnu: emacs-password-store: Refer directly to password-store. Date: Mon, 10 Oct 2022 18:12:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

"( via Guix-patches" via <guix-patches@gnu.org> writes:

Thank you. Applied with the following change.

> +                 (add-after 'extract-el-file 'patch-executables
> +                   (lambda* (#:key inputs #:allow-other-keys)
> +                     (substitute* "password-store.el"
> +                       (("\\(executable-find \"pass\"\\)")
> +                        (string-append
> +                         "\""
> +                         (search-input-file inputs "bin/pass")
> +                         "\""))))))))

I used `emacs-substitute-variable' instead of substitute*.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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