3
0
Fork 0
forked from mirrors/nixpkgs

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-07-30 19:59:17 +00:00 committed by Rok Garbas
parent 5d1bcf2f4e
commit 9966ec4e54

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
for src in \
crypto.c \
notmuch-config.c \
emacs/notmuch-crypto.el
do
substituteInPlace "$src" \