mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 02:20:36 +00:00
python312Packages.cgal: unbreak on Darwin
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user