mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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:
parent
21fac085c7
commit
abd8f6c045
|
@ -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"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue