Commit a1f1ad4c authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.colbert-ai: mark as broken on darwin

parent f96eda85
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -74,5 +74,10 @@ buildPythonPackage rec {
    maintainers = with lib.maintainers; [
      bachp
    ];
    badPlatforms = [
      # `import torch.distributed.tensor` fails on darwin:
      # ModuleNotFoundError: No module named 'torch._C._distributed_c10d'; 'torch._C' is not a packag
      lib.systems.inspect.patterns.isDarwin
    ];
  };
}