python3Packages.docling-serve: remove dependency on unavailable mlx-vlm (#422844)

This commit is contained in:
Pol Dellaiera
2025-07-06 09:00:48 +02:00
committed by GitHub
@@ -52,6 +52,10 @@ buildPythonPackage rec {
"websockets"
];
pythonRemoveDeps = [
"mlx-vlm" # not yet avainable on nixpkgs
];
dependencies =
[
docling