about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-03 17:17:02 +0200
committerGitHub <noreply@github.com>2021-04-03 17:17:02 +0200
commitc354e5f33b8fcbbfb58f24d2e8bbb357541c4560 (patch)
treef6a51cadfbe5224bf567cc255571d7fb5824779e
parent24ad481a61a44e7aa06089324d3a4b7c426c82c4 (diff)
parentf822651e70d83a87c38b0f2367086b0d7cdb4b33 (diff)
Merge pull request #118408 from ck3d/tree-sitter-aarch64
tree-sitter: Add aarch64 support
-rw-r--r--pkgs/development/tools/parsing/tree-sitter/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/tree-sitter/default.nix b/pkgs/development/tools/parsing/tree-sitter/default.nix
index ac2ad69fea33f..0ce151f650719 100644
--- a/pkgs/development/tools/parsing/tree-sitter/default.nix
+++ b/pkgs/development/tools/parsing/tree-sitter/default.nix
@@ -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;
   };
 }