--- 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 ---