git: honor $PATH for sendmail used in git-send-email command

git-send-email will now search $PATH for a sendmail binary, instead of
the (previously fixed) list of paths.
This commit is contained in:
Florian Klink
2017-11-18 09:37:05 +01:00
parent b8f7027360
commit e4bf9e4fef
2 changed files with 48 additions and 0 deletions
@@ -32,6 +32,7 @@ stdenv.mkDerivation {
./symlinks-in-bin.patch
./git-sh-i18n.patch
./ssh-path.patch
./git-send-email-honor-PATH.patch
];
postPatch = ''