forked from mirrors/nixpkgs
Merge pull request #152629 from JonJFineman/patch-1
Point the "mail" command to use the system-wide mail.rc
This commit is contained in:
commit
61d633ffa9
|
@ -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