aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-24 23:41:54 +0900
committerOphestra <cat@gensokyo.uk>2026-02-24 23:41:54 +0900
commitc8bb88ccedc756d4a680c3007cdff4eebc805870 (patch)
tree1288641631e6e20dea5552da6777be657e9b5fe2 /internal/rosa/all.go
parentf7f80f95b9df0e2d9fb0ad60ef10b6043616528c (diff)
internal/rosa: libxslt artifact
For building documentation that cannot be turned off. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index bc1a8ca6..19f49869 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -56,6 +56,7 @@ const (
Libseccomp
Libucontext
Libxml2
+ Libxslt
M4
MPC
MPFR
@@ -189,6 +190,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"libseccomp": Libseccomp,
"libucontext": Libucontext,
"libxml2": Libxml2,
+ "libxslt": Libxslt,
"libffi": Libffi,
"libgd": Libgd,
"libtool": Libtool,