From 5907bcadfadba6a57844eb0952486c535b3a2d82 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 13 Dec 2020 06:53:17 +0100 Subject: [PATCH] tree-sitter: exports.json was fixed in releases, remove sed These symbols do not exist anymore in the new tree-sitter releases, so we can remove the sed. --- pkgs/development/tools/parsing/tree-sitter/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/tools/parsing/tree-sitter/default.nix b/pkgs/development/tools/parsing/tree-sitter/default.nix index e3435061563..027d10c0572 100644 --- a/pkgs/development/tools/parsing/tree-sitter/default.nix +++ b/pkgs/development/tools/parsing/tree-sitter/default.nix @@ -60,10 +60,6 @@ in rustPlatform.buildRustPackage { # needed for the tests rm -rf test/fixtures/grammars ln -s ${grammars} test/fixtures/grammars - - # These functions do not appear in the source code - sed -i /_ts_query_context/d lib/binding_web/exports.json - sed -i /___assert_fail/d lib/binding_web/exports.json ''; # Compile web assembly with emscripten. The --debug flag prevents us from