python3Packages.docling-parse: relax cmake build dependency

This commit is contained in:
Gaetan Lepage
2025-10-08 08:38:45 +00:00
parent 88822ce572
commit 92d37b0208
@@ -33,6 +33,13 @@ buildPythonPackage rec {
hash = "sha256-8eHYMvfjPuGgrgrlqEh061ug+yer+1nQLbeDR1dQu68=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail \
'"cmake>=3.27.0,<4.0.0"' \
'"cmake>=3.27.0"'
'';
dontUseCmakeConfigure = true;
nativeBuildInputs = [