haskell-mime-mail: Update, set sendmail to be found in PATH

See snoyberg/mime-mail#23
This commit is contained in:
Shea Levy 2014-03-31 03:35:13 -04:00
parent 4dd4f85430
commit 46e44ae7c4

View file

@ -1,15 +1,16 @@
{ cabal, base64Bytestring, blazeBuilder, filepath, hspec, random
, text
, text, sendmail ? "sendmail"
}:
cabal.mkDerivation (self: {
pname = "mime-mail";
version = "0.4.4.1";
sha256 = "0jzbkrd62alvgyx9bkrzicz88hjjnnavpv6hl22cxnirz41h8hw0";
version = "0.4.4.2";
sha256 = "0s38xgv6kycnfahqi5dnrjn3wkaq35w87cv8p12pq0qq2x7dvawd";
buildDepends = [
base64Bytestring blazeBuilder filepath random text
];
testDepends = [ blazeBuilder hspec text ];
configureFlags = [ "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"${sendmail}\"" ];
meta = {
homepage = "http://github.com/snoyberg/mime-mail";
description = "Compose MIME email messages";