Revert "python3Packages.speechbrain: disable on Darwin due to broken sentencepiece"

This reverts commit a524af41d3.
This commit is contained in:
Ihar Hrachyshka
2025-12-13 21:20:52 -05:00
parent e2bd70be21
commit 9b2a5d795e
@@ -67,9 +67,5 @@ 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
];
};
}