Revert "python3Packages.pytorch-tokenizers: disable on Darwin due to broken sentencepiece"

This reverts commit 210e2b9572.
This commit is contained in:
Ihar Hrachyshka
2025-12-13 21:20:52 -05:00
parent bd8307f617
commit e2bd70be21
@@ -90,10 +90,5 @@ buildPythonPackage rec {
homepage = "https://github.com/meta-pytorch/tokenizers";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ GaetanLepage ];
badPlatforms = [
# sentencepiece 0.21.0 segfaults when initialized on Darwin
# See https://github.com/NixOS/nixpkgs/issues/466092
lib.systems.inspect.patterns.isDarwin
];
};
}