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
commit c354e5f33b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}