python311Packages.chromedb: allow local networking on darwin

This commit is contained in:
natsukium 2024-03-04 01:14:23 +09:00
parent cfef06f5c4
commit 82898955e2
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -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";