notmuch: fix gpg path in notmuch-config.c
Fixes errors when attempting to decrypt an encrypted message. I'm not sure that `crypto.c` needs to be patched after this, since this setting should propagate there, but let's play it safe.
This commit is contained in:
parent
5d1bcf2f4e
commit
9966ec4e54
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
for src in \
|
||||
crypto.c \
|
||||
notmuch-config.c \
|
||||
emacs/notmuch-crypto.el
|
||||
do
|
||||
substituteInPlace "$src" \
|
||||
|
Loading…
Reference in New Issue
Block a user