about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/chromadb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/chromadb/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/chromadb/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/chromadb/default.nix b/nixpkgs/pkgs/development/python-modules/chromadb/default.nix
index 0cc5484332df..6b1ad4dc6976 100644
--- a/nixpkgs/pkgs/development/python-modules/chromadb/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/chromadb/default.nix
@@ -150,8 +150,11 @@ buildPythonPackage rec {
     "chromadb/test/stress/"
   ];
 
+  __darwinAllowLocalNetworking = true;
+
   meta = with lib; {
     description = "The AI-native open-source embedding database";
+    mainProgram = "chroma";
     homepage = "https://github.com/chroma-core/chroma";
     changelog = "https://github.com/chroma-core/chroma/releases/tag/${version}";
     license = licenses.asl20;