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:
Jan Malakhovski
2015-08-06 22:11:29 +02:00
committed by Rok Garbas
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" \