all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: "( via Guix-patches" via <guix-patches@gnu.org>
Cc: "\(" <paren@disroot.org>, 58397-done@debbugs.gnu.org
Subject: bug#58397: [PATCH 1/2] gnu: emacs-password-store: Refer directly to password-store.
Date: Mon, 10 Oct 2022 18:12:09 +0200	[thread overview]
Message-ID: <87czazvesm.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20221009165749.16619-1-paren@disroot.org> (guix-patches@gnu.org's message of "Sun, 9 Oct 2022 17:57:48 +0100")

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




  parent reply	other threads:[~2022-10-10 16:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09 16:56 [bug#58397] [PATCH 0/2] gnu: emacs-password-store: Refer directly to password-store ( via Guix-patches via
2022-10-09 16:57 ` [bug#58397] [PATCH 1/2] " ( via Guix-patches via
2022-10-09 16:57   ` [bug#58397] [PATCH 2/2] gnu: emacs-ivy-pass: Don't propagate password-store ( via Guix-patches via
2022-10-10 16:27     ` Nicolas Goaziou
2022-10-10 16:12   ` Nicolas Goaziou [this message]
2022-10-10 16:23     ` [bug#58397] [PATCH 1/2] gnu: emacs-password-store: Refer directly to password-store ( via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87czazvesm.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=58397-done@debbugs.gnu.org \
    --cc=guix-patches@gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.