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/gtk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/gtk.go') diff --git a/internal/rosa/gtk.go b/internal/rosa/gtk.go index e88bced7..e1d2e75a 100644 --- a/internal/rosa/gtk.go +++ b/internal/rosa/gtk.go @@ -18,7 +18,7 @@ func (t Toolchain) newGLib() (pkg.Artifact, string) { "/glib-"+version+".tar.xz", mustDecode(checksum), ), &PackageAttr{ - SourceKind: sourceTarXZ, + SourceKind: SourceKindTarXZ, Paths: []pkg.ExecPath{ pkg.Path(fhs.AbsEtc.Append( -- cgit v1.3.1