about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPuck Meerburg <puck@puckipedia.com>2019-08-31 18:17:44 +0000
committerPuck Meerburg <puck@puckipedia.com>2019-09-01 08:40:26 +0000
commitabd8f6c045c72fe1e37e5c6cec93e04bb1d2f752 (patch)
tree743849f215995c8bdbcaec36c54fcd2f762b7a09 /pkgs
parent21fac085c7f20eabaa5676a6b472cef14af9b436 (diff)
notmuch: remove gpg substituteInPlace
As of 0.29, notmuch no longer has the gpg_path config, and instead
 uses the gmime default, so the substitute can be safely dropped.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index 7e3f47132846b..e3b55b719ca54 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -40,14 +40,6 @@ stdenv.mkDerivation rec {
     patchShebangs configure
     patchShebangs test/
 
-    for src in \
-      util/crypto.c \
-      notmuch-config.c
-    do
-      substituteInPlace "$src" \
-        --replace \"gpg\" \"${gnupg}/bin/gpg\"
-    done
-
     substituteInPlace lib/Makefile.local \
       --replace '-install_name $(libdir)' "-install_name $out/lib"
   '';