zeekscript: mark as broken

This commit is contained in:
Tobias Mayer
2024-11-01 07:35:56 +01:00
parent 586436aeb4
commit 839921d805
@@ -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;
};
}