haskellPackages.matterhorn: unbreak

haskellPackages.mattermost-api: unbreak
haskellPackages.mattermost-api-qc: unbreak
This commit is contained in:
Robert Djubek
2020-11-27 20:59:59 +01:00
committed by Peter Simons
parent 30c0026077
commit 6d32709b24
2 changed files with 5 additions and 4 deletions
@@ -338,7 +338,8 @@ self: super: {
then dontCheck super.math-functions # "erf table" test fails on Darwin https://github.com/bos/math-functions/issues/63
else super.math-functions;
matplotlib = dontCheck super.matplotlib;
# https://github.com/matterhorn-chat/matterhorn/issues/679 they do not want to be on stackage
matterhorn = doJailbreak super.matterhorn; # this is needed until the end of time :')
memcache = dontCheck super.memcache;
metrics = dontCheck super.metrics;
milena = dontCheck super.milena;