python3Packages.chromadb: pkgs.zstd -> custom zstd-c

This commit is contained in:
Sarah Clark
2025-08-22 08:50:22 -07:00
parent d8d4964613
commit ccedb3a95e
2 changed files with 3 additions and 3 deletions
@@ -11,8 +11,8 @@
protobuf,
rustc,
rustPlatform,
pkgs, # zstd hidden by python3Packages.zstd
openssl,
zstd-c,
# dependencies
bcrypt,
@@ -117,7 +117,7 @@ buildPythonPackage rec {
buildInputs = [
openssl
pkgs.zstd
zstd-c
];
dependencies = [
+1 -1
View File
@@ -2520,7 +2520,7 @@ self: super: with self; {
chroma-hnswlib = callPackage ../development/python-modules/chroma-hnswlib { };
chromadb = callPackage ../development/python-modules/chromadb { };
chromadb = callPackage ../development/python-modules/chromadb { zstd-c = pkgs.zstd; };
chromaprint = callPackage ../development/python-modules/chromaprint { };