python3Packages.speechbrain: disable on Darwin due to broken sentencepiece
See https://github.com/NixOS/nixpkgs/issues/466092
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user