aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/libxslt.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/libxslt.go')
-rw-r--r--internal/rosa/libxslt.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/libxslt.go b/internal/rosa/libxslt.go
index f3315032..0161b2da 100644
--- a/internal/rosa/libxslt.go
+++ b/internal/rosa/libxslt.go
@@ -26,9 +26,7 @@ func (t Toolchain) newLibxslt() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newLibxslt,
-
+ native.mustRegister(Toolchain.newLibxslt, &Metadata{
Name: "libxslt",
Description: "an XSLT processor based on libxml2",
Website: "https://gitlab.gnome.org/GNOME/libxslt/",