Merge pull request #118408 from ck3d/tree-sitter-aarch64

tree-sitter: Add aarch64 support
This commit is contained in:
Sandro
2021-04-03 17:17:02 +02:00
committed by GitHub

View File

@@ -135,7 +135,5 @@ rustPlatform.buildRustPackage {
'';
license = licenses.mit;
maintainers = with maintainers; [ Profpatsch ];
# Aarch has test failures with how tree-sitter compiles the generated C files
broken = stdenv.isAarch64;
};
}