From 9966ec4e548254aba78f2daef45f94dace74c527 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Thu, 30 Jul 2015 19:59:17 +0000 Subject: [PATCH] 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. --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 7cbec61b5e2..04d4eaebaa7 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" \