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.
This commit is contained in:
Puck Meerburg 2019-08-31 18:17:44 +00:00
parent 21fac085c7
commit abd8f6c045

View file

@ -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"
'';