internal/rosa: fakeroot artifact

XSLT is untamable and extremely unpleasant to work with. This patches out the broken docs for now in the interest of getting some work done.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-25 01:20:31 +09:00
parent 2b93631f52
commit 2aeac7f582
2 changed files with 55 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ const (
DTC
Diffutils
Elfutils
Fakeroot
Findutils
Flex
Fuse
@@ -163,6 +164,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"dtc": DTC,
"diffutils": Diffutils,
"elfutils": Elfutils,
"fakeroot": Fakeroot,
"findutils": Findutils,
"flex": Flex,
"fuse": Fuse,