diff --git a/pkgs/development/python-modules/executorch/default.nix b/pkgs/development/python-modules/executorch/default.nix index f75dd5dae36d..9013410fb89d 100644 --- a/pkgs/development/python-modules/executorch/default.nix +++ b/pkgs/development/python-modules/executorch/default.nix @@ -200,6 +200,8 @@ buildPythonPackage rec { badPlatforms = [ # Many tests segfault. Supporting this platform will need additional work "aarch64-linux" + # Compilation errors on Darwin + lib.systems.inspect.patterns.isDarwin ]; }; }