mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
python311Packages.chromedb: allow local networking on darwin
This commit is contained in:
parent
cfef06f5c4
commit
82898955e2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user