haskell-mime-mail: Update, set sendmail to be found in PATH
See snoyberg/mime-mail#23
This commit is contained in:
parent
4dd4f85430
commit
46e44ae7c4
@ -1,15 +1,16 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, filepath, hspec, random
|
{ cabal, base64Bytestring, blazeBuilder, filepath, hspec, random
|
||||||
, text
|
, text, sendmail ? "sendmail"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mime-mail";
|
pname = "mime-mail";
|
||||||
version = "0.4.4.1";
|
version = "0.4.4.2";
|
||||||
sha256 = "0jzbkrd62alvgyx9bkrzicz88hjjnnavpv6hl22cxnirz41h8hw0";
|
sha256 = "0s38xgv6kycnfahqi5dnrjn3wkaq35w87cv8p12pq0qq2x7dvawd";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder filepath random text
|
base64Bytestring blazeBuilder filepath random text
|
||||||
];
|
];
|
||||||
testDepends = [ blazeBuilder hspec text ];
|
testDepends = [ blazeBuilder hspec text ];
|
||||||
|
configureFlags = [ "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"${sendmail}\"" ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/mime-mail";
|
homepage = "http://github.com/snoyberg/mime-mail";
|
||||||
description = "Compose MIME email messages";
|
description = "Compose MIME email messages";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user