diff --git a/pkgs/development/python-modules/pyrender/default.nix b/pkgs/development/python-modules/pyrender/default.nix index d52a0d949ecf..3e6232463a74 100644 --- a/pkgs/development/python-modules/pyrender/default.nix +++ b/pkgs/development/python-modules/pyrender/default.nix @@ -98,5 +98,6 @@ buildPythonPackage rec { description = "Easy-to-use glTF 2.0-compliant OpenGL renderer for visualization of 3D scenes"; license = licenses.mit; maintainers = with maintainers; [ pbsds ]; + broken = stdenv.hostPlatform.isDarwin; }; }