~ruther/guix-local

f84a45f011eac3059f1d62e8c2900a4e85e324b6 — Hilton Chain 1 year, 2 months ago 49e99d6
gnu: tree-sitter-vhdl: Disable highlighting test.

* gnu/packages/tree-sitter.scm (tree-sitter-vhdl)[#:get-cleanup-snippet]:
Disable highlighting test.

Change-Id: Idefb35f00ad50746b730198043018a5120fb33c5
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/tree-sitter.scm
M gnu/packages/tree-sitter.scm => gnu/packages/tree-sitter.scm +2 -0
@@ 815,6 815,8 @@ which will be used as a snippet in origin."
           (delete-file "src/node-types.json")
           (delete-file "src/parser.c")
           (delete-file-recursively "src/tree_sitter")
           ;; FIXME: Language not found.
           (delete-file-recursively "test/highlight")
           ;; Fix a query error in the highlight.scm query test. This would be
           ;; easier with a patch, but this works too, and we still get to use
           ;; tree-sitter-grammar. The fix is taken from here: