Unverified Commit 70bf50c7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

zeekscript: mark as broken (#352796)

parents 23f6066f 839921d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,5 +36,7 @@ python3.pkgs.buildPythonApplication rec {
    changelog = "https://github.com/zeek/zeekscript/blob/v${version}/CHANGES";
    license = licenses.bsd3;
    maintainers = with maintainers; [ fab tobim ];
    # Incompatible with tree-sitter > 0.21.
    broken = true;
  };
}