From 7ac61a08b04a0284bafa7eb94114afc71f99f3c3 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 7 Mar 2026 14:15:11 +0100 Subject: [PATCH] python3Packages.cgal: disable broken example/test --- pkgs/development/python-modules/cgal/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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/