zeekscript: mark as broken (#352796)

This commit is contained in:
Aleksana
2024-11-05 19:24:35 +08:00
committed by GitHub
@@ -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;
};
}