18 buildPythonPackage rec {
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-02bZAPA4mnWzS9NYVcSW0JE7BidrwzNKBO2nl7BxiiE=";
30 dontUseCmakeConfigure = true;
55 ${python.interpreter} bindings/python/examples/run_all.py
58 pythonImportsCheck = [
63 description = "Geometry library for topological robustness";
64 homepage = "https://github.com/elalish/manifold";
65 changelog = "https://github.com/elalish/manifold/releases/tag/v${version}";
66 license = lib.licenses.asl20;
67 maintainers = with lib.maintainers; [ pbsds ];