Loading pkgs/development/python-modules/pytorch-tokenizers/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
pkgs/development/python-modules/pytorch-tokenizers/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; }