tree-sitter: Add aarch64 support
tree-sitter compiles on aarch64
This commit is contained in:
parent
2c0c4d222a
commit
f822651e70
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user