diff options
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
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, |
