matterhorn: provide brick 0.70.*

This commit is contained in:
sternenseemann 2022-07-07 11:07:18 +02:00
parent 39401993df
commit 632f305985
3 changed files with 4 additions and 4 deletions

View file

@ -353,7 +353,10 @@ self: super: {
matplotlib = dontCheck super.matplotlib;
# https://github.com/matterhorn-chat/matterhorn/issues/679 they do not want to be on stackage
matterhorn = doJailbreak super.matterhorn;
# Needs brick ^>= 0.70
matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_70_1;
}));
memcache = dontCheck super.memcache;
metrics = dontCheck super.metrics;

View file

@ -3181,7 +3181,6 @@ broken-packages:
- matrix-market
- matrix-sized
- matroid
- matterhorn
- maude
- maxent-learner-hw
- maybench

View file

@ -183622,10 +183622,8 @@ self: {
];
description = "Terminal client for the Mattermost chat system";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "matterhorn";
maintainers = [ lib.maintainers.kiwi ];
broken = true;
}) {};
"mattermost-api" = callPackage