summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2015-07-30 19:59:17 +0000
committerRok Garbas <rok@garbas.si>2015-08-06 22:11:29 +0200
commit9966ec4e548254aba78f2daef45f94dace74c527 (patch)
tree04e609dfd4f867bef1ff405188e8cb1a2bb4ba9b
parent5d1bcf2f4e52144c04fcaefd9b3ec7c3ca44078e (diff)
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.
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index 7cbec61b5e2ba..04d4eaebaa7ac 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
 
     for src in \
       crypto.c \
+      notmuch-config.c \
       emacs/notmuch-crypto.el
     do
       substituteInPlace "$src" \