mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
matterhorn: provide brick 0.70.*
This commit is contained in:
parent
39401993df
commit
632f305985
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -3181,7 +3181,6 @@ broken-packages:
|
|||
- matrix-market
|
||||
- matrix-sized
|
||||
- matroid
|
||||
- matterhorn
|
||||
- maude
|
||||
- maxent-learner-hw
|
||||
- maybench
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue