python3Packages.speechbrain: disable on Darwin due to broken sentencepiece

See https://github.com/NixOS/nixpkgs/issues/466092
This commit is contained in:
Sarah Clark
2025-11-29 14:09:03 -08:00
parent 0b3fb4630e
commit a524af41d3
@@ -67,5 +67,9 @@ buildPythonPackage rec {
changelog = "https://github.com/speechbrain/speechbrain/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
badPlatforms = [
# See https://github.com/NixOS/nixpkgs/issues/466092
lib.systems.inspect.patterns.isDarwin
];
};
}