3
0
Fork 0
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:
Lassulus 2022-01-11 22:46:09 +01:00 committed by GitHub
commit 61d633ffa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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