From fd8b2fd52229b10092fca7fb520ed33e14f3f50c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 30 Jan 2026 01:36:47 +0900 Subject: internal/rosa: fix up dependencies These are no longer provided by the (incomplete) toybox implementations, so they need to be specified explicitly. Signed-off-by: Ophestra --- internal/rosa/libxml2.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/rosa/libxml2.go') diff --git a/internal/rosa/libxml2.go b/internal/rosa/libxml2.go index dd6bd9c0..e2dcc4b8 100644 --- a/internal/rosa/libxml2.go +++ b/internal/rosa/libxml2.go @@ -13,6 +13,9 @@ func (t Toolchain) newLibxml2() pkg.Artifact { ) return t.New("libxml2-"+version, 0, []pkg.Artifact{ t.Load(Make), + t.Load(Gawk), + t.Load(Coreutils), + t.Load(Diffutils), t.Load(XZ), }, nil, nil, ` cd /usr/src/ -- cgit v1.3.1