From bb319eded6b3632f322317a1740fdd62fd96d708 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 10 Jan 2018 02:15:50 +0100 Subject: notmuch: stop trying to patch gpg paths in emacs/notmuch-crypto.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was fixed upstream in f0d06c8ca3fce15c9e264445485bd93a6de8d25e, by using epg-gpg-program instead of `(call-process epg-gpg-program …)` as before. --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/applications/networking') diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 2e394c4eb4f9..7c074ffbbf9b 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -47,8 +47,7 @@ stdenv.mkDerivation rec { for src in \ util/crypto.c \ - notmuch-config.c \ - emacs/notmuch-crypto.el + notmuch-config.c do substituteInPlace "$src" \ --replace \"gpg\" \"${gnupg}/bin/gpg\" -- cgit 1.4.1