python3Packages.chromadb: disable on python3.14 due to upstream error (#477348)

This commit is contained in:
Fabian Affolter
2026-01-06 08:15:33 +00:00
committed by GitHub
@@ -4,6 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
fetchurl,
pythonAtLeast,
# build inputs
cargo,
@@ -77,6 +78,9 @@ buildPythonPackage rec {
hash = "sha256-1saQEMaGuhXT+3bSlxl7yCXYptsOiYh3Uyn4Izn5Q4M=";
};
# https://github.com/chroma-core/chroma/issues/5996
disabled = pythonAtLeast "3.14";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-zqE3NhTYrHol5Y6/CRMPQeq43Wo+ofic9SrMLqyJJPs=";