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