From 9b2a5d795e953d366e80579ff272a99196ce1840 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sat, 13 Dec 2025 19:21:30 -0500 Subject: [PATCH] Revert "python3Packages.speechbrain: disable on Darwin due to broken sentencepiece" This reverts commit a524af41d3fe137486fdccd8901d2e148b66eb75. --- pkgs/development/python-modules/speechbrain/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/speechbrain/default.nix b/pkgs/development/python-modules/speechbrain/default.nix index 7116f21df73d..cd49c5dee1d6 100644 --- a/pkgs/development/python-modules/speechbrain/default.nix +++ b/pkgs/development/python-modules/speechbrain/default.nix @@ -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 - ]; }; }