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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/libxslt.go b/internal/rosa/libxslt.go
index 9f0c3d2b..c979694a 100644
--- a/internal/rosa/libxslt.go
+++ b/internal/rosa/libxslt.go
@@ -17,7 +17,7 @@ func (t Toolchain) newLibxslt() (pkg.Artifact, string) {
"/libxslt-"+version+".tar.xz",
mustDecode(checksum),
), &PackageAttr{
- SourceKind: sourceTarXZ,
+ SourceKind: SourceKindTarXZ,
}, &MakeHelper{
// python libxml2 cyclic dependency
SkipCheck: true,