tree-sitter: Add aarch64 support

tree-sitter compiles on aarch64
This commit is contained in:
Christian Kögler 2021-04-03 15:01:37 +02:00
parent 2c0c4d222a
commit f822651e70

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