diff --git a/pkgs/development/python-modules/cgal/default.nix b/pkgs/development/python-modules/cgal/default.nix index 127651984f31..aedab3c3c09f 100644 --- a/pkgs/development/python-modules/cgal/default.nix +++ b/pkgs/development/python-modules/cgal/default.nix @@ -76,6 +76,12 @@ buildPythonPackage rec { done ''; + preCheck = '' + # CGAL_Alpha_wrap_3.alpha_wrap_3(...) fails with a segmentation fault + # https://github.com/CGAL/cgal-swig-bindings/issues/306 + rm examples/python/test_aw3.py + ''; + checkPhase = '' runHook preCheck (cd examples/python/