tree-sitter: Add aarch64 support
tree-sitter compiles on aarch64
This commit is contained in:
parent
2c0c4d222a
commit
f822651e70
1 changed files with 0 additions and 2 deletions
|
@ -135,7 +135,5 @@ rustPlatform.buildRustPackage {
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ Profpatsch ];
|
maintainers = with maintainers; [ Profpatsch ];
|
||||||
# Aarch has test failures with how tree-sitter compiles the generated C files
|
|
||||||
broken = stdenv.isAarch64;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue