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