diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-16 23:55:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-16 23:55:36 +0900 |
| commit | 7f05baab286b2ff5ac56595d8caae129e46a2079 (patch) | |
| tree | fa85c407c230733758e4a61b2550e3162fc7bb10 /internal/rosa/all.go | |
| parent | d4d5e631aea2b0d96ac8d9776299095677e91290 (diff) | |
internal/rosa: flex artifact
Required by dtc, which is required by qemu.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 1a80a0a1..edbc058f 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -22,6 +22,7 @@ const ( Curl Diffutils Findutils + Flex Fuse GMP GLib @@ -129,6 +130,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "curl": Curl, "diffutils": Diffutils, "findutils": Findutils, + "flex": Flex, "fuse": Fuse, "gmp": GMP, "glib": GLib, |
