mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
tabby: mark broken (#555830)
This commit is contained in:
@@ -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