python312Packages.cgal: unbreak on Darwin

This commit is contained in:
Malo Bourgon
2025-05-12 17:34:27 -07:00
parent 7225d9ceff
commit ea2bdd28cb

View File

@@ -83,7 +83,5 @@ buildPythonPackage rec {
homepage = "https://github.com/CGAL/cgal-swig-bindings";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ pbsds ];
# error: no template named 'unary_function' in namespace 'boost::functional::detail'
broken = stdenv.hostPlatform.isDarwin;
};
}