python3Packages.mlx-vlm: enable on linux

This commit is contained in:
Gaetan Lepage
2026-04-17 21:46:47 +00:00
parent 7bd2d2bb86
commit 29cbeb3df9
@@ -93,8 +93,5 @@ buildPythonPackage (finalAttrs: {
changelog = "https://github.com/Blaizzy/mlx-vlm/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];
platforms = [
"aarch64-darwin"
];
};
})