Point the "mail" command to use the system-wide mail.rc
As per the info page, the GNU "mail" command is supposed to default to SYSCONFDIR/mail.rc but this path doesn't make sense. Hardcode this to the systemwide path (/etc). This allows tools such as cron to make use of aliases.
This commit is contained in:
parent
12f1b91685
commit
4798a65015
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-gsasl"
|
||||
"--with-mysql"
|
||||
"--with-path-sendmail=${system-sendmail}/bin/sendmail"
|
||||
"--with-mail-rc=/etc/mail.rc"
|
||||
];
|
||||
|
||||
readmsg-tests = let
|
||||
|
|
Loading…
Reference in a new issue