Commit 9b2a5d79 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

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

This reverts commit a524af41.
parent e2bd70be
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
    ];
  };
}