python3Packages.chromadb: pkgs.zstd -> custom zstd-c
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user