mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03: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 New Issue
Block a user