notmuch: stop trying to patch gpg paths in emacs/notmuch-crypto.el
This was fixed upstream in f0d06c8ca3fce15c9e264445485bd93a6de8d25e, by using epg-gpg-program instead of `(call-process epg-gpg-program …)` as before.
This commit is contained in:
parent
41723ef290
commit
bb319eded6
@ -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\"
|
||||
|
Loading…
Reference in New Issue
Block a user