aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/libexpat.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-30 01:36:47 +0900
committerOphestra <cat@gensokyo.uk>2026-01-30 03:11:16 +0900
commitfd8b2fd52229b10092fca7fb520ed33e14f3f50c (patch)
tree9ff7dbb102ed1ed8747cb36ad5d24e0dc70e1429 /internal/rosa/libexpat.go
parent20a85190442e0f3262038dba37e602b456fcebab (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/libexpat.go')
-rw-r--r--internal/rosa/libexpat.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/libexpat.go b/internal/rosa/libexpat.go
index f158f106..2139e442 100644
--- a/internal/rosa/libexpat.go
+++ b/internal/rosa/libexpat.go
@@ -14,6 +14,8 @@ func (t Toolchain) newLibexpat() pkg.Artifact {
return t.New("libexpat-"+version, 0, []pkg.Artifact{
t.Load(Make),
t.Load(Bash),
+ t.Load(Gawk),
+ t.Load(Coreutils),
}, nil, nil, `
cd "$(mktemp -d)"
/usr/src/libexpat/configure \