From 20ebddd9bf16d819ee4e92ec59ace37a1dc6fce7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 20:09:44 +0900 Subject: internal/rosa: export source kind This is set for an exported field, so export the constants as well. Signed-off-by: Ophestra --- internal/rosa/libxslt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/libxslt.go') 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, -- cgit v1.3.1