python3Packages.docling-serve: reomve dependency on unavailable mlx-vlm
mlx-vlm is a Darwin-specific module that is not yet in nixpkgs.
This commit is contained in:
@@ -52,6 +52,10 @@ buildPythonPackage rec {
|
||||
"websockets"
|
||||
];
|
||||
|
||||
pythonRemoveDeps = [
|
||||
"mlx-vlm" # not yet avainable on nixpkgs
|
||||
];
|
||||
|
||||
dependencies =
|
||||
[
|
||||
docling
|
||||
|
||||
Reference in New Issue
Block a user