From c8bb88ccedc756d4a680c3007cdff4eebc805870 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 24 Feb 2026 23:41:54 +0900 Subject: internal/rosa: libxslt artifact For building documentation that cannot be turned off. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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, -- cgit v1.3.1