internal/rosa: glib artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m46s
Test / Hakurei (push) Successful in 3m50s
Test / ShareFS (push) Successful in 4m0s
Test / Hpkg (push) Successful in 4m29s
Test / Sandbox (race detector) (push) Successful in 4m57s
Test / Hakurei (race detector) (push) Successful in 5m56s
Test / Flake checks (push) Successful in 1m45s

Unfortunately required by many programs, even non-gtk ones.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-16 19:01:02 +09:00
parent 1df3bcc3b9
commit d4d5e631ae
2 changed files with 59 additions and 2 deletions

View File

@@ -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,