tab-rs: mark broken on aarch64-darwin

This commit is contained in:
Aaron Jheng 2023-11-13 03:06:36 +00:00
parent c78186e362
commit 7d1e9e4a2e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -24,5 +24,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ ];
mainProgram = "tab";
broken = (stdenv.isDarwin && stdenv.isAarch64); # Added 2023-11-13
};
}