python3Packages.docling-parse: mark as broken

See https://github.com/docling-project/docling-parse/issues/172
This commit is contained in:
Gaetan Lepage
2025-10-20 19:25:34 +00:00
parent 1a5b87fcd4
commit af531ccbb8
@@ -102,5 +102,8 @@ buildPythonPackage rec {
homepage = "https://github.com/DS4SD/docling-parse";
license = lib.licenses.mit;
maintainers = [ ];
# error: no matching conversion for functional-style cast from 'bool' to 'nlohmann::basic_json<>'
# See https://github.com/docling-project/docling-parse/issues/172 for context
broken = true;
};
}