haskellPackages.mattermost-api: skip check
This commit is contained in:
parent
a38a2ba778
commit
0909282b1b
@ -212,6 +212,9 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# Needs access to locale data, but looks for it in the wrong place.
|
# Needs access to locale data, but looks for it in the wrong place.
|
||||||
scholdoc-citeproc = dontCheck super.scholdoc-citeproc;
|
scholdoc-citeproc = dontCheck super.scholdoc-citeproc;
|
||||||
|
|
||||||
|
# Disable tests because they require a mattermost server
|
||||||
|
mattermost-api = dontCheck super.mattermost-api;
|
||||||
|
|
||||||
# Expect to find sendmail(1) in $PATH.
|
# Expect to find sendmail(1) in $PATH.
|
||||||
mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";
|
mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user