diff --git a/pkgs/development/python-modules/cgal/default.nix b/pkgs/development/python-modules/cgal/default.nix index cdebc76a1827..fe91cb60505c 100644 --- a/pkgs/development/python-modules/cgal/default.nix +++ b/pkgs/development/python-modules/cgal/default.nix @@ -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; }; }