Unverified Commit 82898955 authored by natsukium's avatar natsukium
Browse files

python311Packages.chromedb: allow local networking on darwin

parent cfef06f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -150,6 +150,8 @@ buildPythonPackage rec {
    "chromadb/test/stress/"
  ];

  __darwinAllowLocalNetworking = true;

  meta = with lib; {
    description = "The AI-native open-source embedding database";
    homepage = "https://github.com/chroma-core/chroma";