diff --git a/nix/build-all.py b/nix/build-all.py index 2633eedb82..89d0048fd6 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -266,7 +266,7 @@ cecho( dependency_tree: "dict[str, tuple[str, ...]]" = { "IfcParse": ("boost", "libxml2", "hdf5", "rocksdb"), - "IfcGeom": ("IfcParse", "occ", "json", "cgal", "eigen"), + "IfcGeom": ("IfcParse", "occ", "json", "cgal", "eigen", "OpenCOLLADA"), "IfcConvert": ("IfcGeom",), "OpenCOLLADA": ("libxml2", "pcre"), "IfcGeomServer": ("IfcGeom",),