python312Packages.cgal: unbreak on Darwin

-2
-2
pkgs/development/python-modules/cgal/default.nix
··· 83 83 homepage = "https://github.com/CGAL/cgal-swig-bindings"; 84 84 license = lib.licenses.gpl3Plus; 85 85 maintainers = with lib.maintainers; [ pbsds ]; 86 - # error: no template named 'unary_function' in namespace 'boost::functional::detail' 87 - broken = stdenv.hostPlatform.isDarwin; 88 86 }; 89 87 }