Merge pull request #179350 from alyssais/neomutt-sendmail
neomutt: fix sendmail default value
This commit is contained in:
commit
18d8e42f5e
1 changed files with 1 additions and 2 deletions
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
substituteInPlace auto.def --replace /usr/sbin/sendmail sendmail
|
||||||
substituteInPlace contrib/smime_keys \
|
substituteInPlace contrib/smime_keys \
|
||||||
--replace /usr/bin/openssl ${openssl}/bin/openssl
|
--replace /usr/bin/openssl ${openssl}/bin/openssl
|
||||||
|
|
||||||
|
@ -60,8 +61,6 @@ stdenv.mkDerivation rec {
|
||||||
# To make it not reference .dev outputs. See:
|
# To make it not reference .dev outputs. See:
|
||||||
# https://github.com/neomutt/neomutt/pull/2367
|
# https://github.com/neomutt/neomutt/pull/2367
|
||||||
"--disable-include-path-in-cflags"
|
"--disable-include-path-in-cflags"
|
||||||
# Look in $PATH at runtime, instead of hardcoding /usr/bin/sendmail
|
|
||||||
"ac_cv_path_SENDMAIL=sendmail"
|
|
||||||
"--zlib"
|
"--zlib"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue