Merge pull request #31789 from flokli/msmtp-sendmail
msmtp: add sendmail symlink to $out/bin
This commit is contained in:
commit
011e69ea3f
@ -45,6 +45,8 @@ in stdenv.mkDerivation rec {
|
|||||||
substitute scripts/msmtpq/msmtp-queue $out/bin/msmtp-queue \
|
substitute scripts/msmtpq/msmtp-queue $out/bin/msmtp-queue \
|
||||||
--replace @msmtpq@ $out/bin/msmtpq
|
--replace @msmtpq@ $out/bin/msmtpq
|
||||||
|
|
||||||
|
ln -s msmtp $out/bin/sendmail
|
||||||
|
|
||||||
chmod +x $out/bin/*
|
chmod +x $out/bin/*
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user