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.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/internal/rosa/libxslt.go b/internal/rosa/libxslt.go
index 827dc64a..9f0c3d2b 100644
--- a/internal/rosa/libxslt.go
+++ b/internal/rosa/libxslt.go
@@ -23,7 +23,6 @@ func (t Toolchain) newLibxslt() (pkg.Artifact, string) {
SkipCheck: true,
},
XZ,
- Zlib,
Python,
PkgConfig,
@@ -38,6 +37,10 @@ func init() {
Description: "an XSLT processor based on libxml2",
Website: "https://gitlab.gnome.org/GNOME/libxslt/",
+ Dependencies: P{
+ Libxml2,
+ },
+
ID: 13301,
}
}