mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
tabby: mark broken
It's been broken for months for both platforms. Presumably a bump to
0.32 could fix it: https://github.com/NixOS/nixpkgs/pull/485360 but it's
also broken with our rust version and requires an upstream fix first.
(cherry picked from commit 48d4cf12ba)
This commit is contained in:
committed by
github-actions[bot]
parent
fd37132eee
commit
8a37aed654
@@ -188,6 +188,6 @@ rustPlatform.buildRustPackage {
|
||||
mainProgram = "tabby";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.ghthor ];
|
||||
broken = stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isAarch64;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user