1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 08:59:42 +00:00

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