internal/rosa: sed artifact

Required by various GNU programs as they are not happy with toybox sed.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-29 18:17:18 +09:00
parent 85eda49b2b
commit 744e4e0632
2 changed files with 26 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ const (
Pygments
Python
Rsync
Sed
Setuptools
Toybox
Wayland
@@ -129,6 +130,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"pygments": Pygments,
"python": Python,
"rsync": Rsync,
"sed": Sed,
"setuptools": Setuptools,
"toybox": Toybox,
"wayland": Wayland,