diff options
Diffstat (limited to 'internal/rosa/gtk.go')
| -rw-r--r-- | internal/rosa/gtk.go | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
