1
0
forked from rosa/hakurei

internal/rosa: export source kind

This is set for an exported field, so export the constants as well.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-17 20:09:44 +09:00
parent 420c721c7d
commit 20ebddd9bf
5 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ func (t Toolchain) newLibxml2() (pkg.Artifact, string) {
"/libxml2-"+version+".tar.xz",
mustDecode(checksum),
), &PackageAttr{
SourceKind: sourceTarXZ,
SourceKind: SourceKindTarXZ,
}, (*MakeHelper)(nil),
Diffutils,
XZ,