14 buildPythonPackage rec {
17 format = "setuptools";
20 inherit pname version;
21 hash = "sha256-LP4XzeT+hdByo94Bip2r9WJvgMJV//LOY7JqSNJIStk=";
25 sed -i '/PYTHONPATH/d' src/meshcat/servers/zmqserver.py
28 propagatedBuildInputs = [
38 pythonImportsCheck = [ "meshcat" ];
40 # requires a running MeshCat viewer
44 homepage = "https://github.com/rdeits/meshcat-python";
45 description = "WebGL-based 3D visualizer for Python";
46 mainProgram = "meshcat-server";
47 license = licenses.mit;
48 maintainers = with maintainers; [ wegank ];