about summary refs log tree commit diff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2024-03-04 01:14:23 +0900
committernatsukium <tomoya.otabi@gmail.com>2024-03-09 09:39:56 +0900
commit82898955e2c88cce35022581df78ca223c406251 (patch)
tree82cdb5bbcc684d00f71bd031177e985304e51b3a
parentcfef06f5c4db47c55ee4818ce02698209ef42609 (diff)
downloadnixlib-82898955e2c88cce35022581df78ca223c406251.tar
nixlib-82898955e2c88cce35022581df78ca223c406251.tar.gz
nixlib-82898955e2c88cce35022581df78ca223c406251.tar.bz2
nixlib-82898955e2c88cce35022581df78ca223c406251.tar.lz
nixlib-82898955e2c88cce35022581df78ca223c406251.tar.xz
nixlib-82898955e2c88cce35022581df78ca223c406251.tar.zst
nixlib-82898955e2c88cce35022581df78ca223c406251.zip
python311Packages.chromedb: allow local networking on darwin
-rw-r--r--pkgs/development/python-modules/chromadb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/chromadb/default.nix b/pkgs/development/python-modules/chromadb/default.nix
index 0cc5484332df..37cc44da3f72 100644
--- a/pkgs/development/python-modules/chromadb/default.nix
+++ b/pkgs/development/python-modules/chromadb/default.nix
@@ -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";