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

tree-sitter: Add aarch64 support

authored by Sandro and committed by GitHub c354e5f3 24ad481a

-2
-2
pkgs/development/tools/parsing/tree-sitter/default.nix
··· 135 135 ''; 136 136 license = licenses.mit; 137 137 maintainers = with maintainers; [ Profpatsch ]; 138 - # Aarch has test failures with how tree-sitter compiles the generated C files 139 - broken = stdenv.isAarch64; 140 138 }; 141 139 }