diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-16 19:01:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-16 19:01:02 +0900 |
| commit | d4d5e631aea2b0d96ac8d9776299095677e91290 (patch) | |
| tree | 6316139993323a65c6fbaf802a7fe2f672f4f33c /internal/rosa/all.go | |
| parent | 1df3bcc3b96c5e5bf0f5e4d337cd017569415233 (diff) | |
internal/rosa: glib artifact
Unfortunately required by many programs, even non-gtk ones.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 3c087e5d..1a80a0a1 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -23,8 +23,9 @@ const ( Diffutils Findutils Fuse - Gawk GMP + GLib + Gawk Gettext Git Go @@ -129,8 +130,9 @@ func ResolveName(name string) (p PArtifact, ok bool) { "diffutils": Diffutils, "findutils": Findutils, "fuse": Fuse, - "gawk": Gawk, "gmp": GMP, + "glib": GLib, + "gawk": Gawk, "gettext": Gettext, "git": Git, "go": Go, |
