mailutils: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 03:58:56 +00:00
parent 6e13bcd436
commit 7e644980cc

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0szbqa12zqzldqyw97lxqax3ja2adis83i7brdfsxmrfw68iaf65";
};
hardening_format = false;
patches = [ ./path-to-cat.patch ./no-gets.patch ];
configureFlags = "--with-path-sendmail=${sendmailPath}";