python3Packages.pyrender: mark broken on darwin (#437348)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user