From 9aa6d3175a546a9d995bb49d473565a3719a31c0 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 27 Aug 2025 02:40:39 +0200 Subject: [PATCH] python3Packages.pyrender: mark broken on darwin --- pkgs/development/python-modules/pyrender/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }