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.

authored by Jan Malakhovski and committed by Rok Garbas 9966ec4e 5d1bcf2f

+1
+1
pkgs/applications/networking/mailreaders/notmuch/default.nix
··· 28 29 for src in \ 30 crypto.c \ 31 emacs/notmuch-crypto.el 32 do 33 substituteInPlace "$src" \
··· 28 29 for src in \ 30 crypto.c \ 31 + notmuch-config.c \ 32 emacs/notmuch-crypto.el 33 do 34 substituteInPlace "$src" \