internal/rosa/package: migrate nss

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-21 15:35:48 +09:00
parent 1acb5b0105
commit cbf18b302d
18 changed files with 196 additions and 209 deletions

View File

@@ -16,7 +16,7 @@ go build -o /bin/hostname /usr/src/hostname/main.go
name := "hakurei" + suffix
return t.NewPackage(name, hakureiVersion, t.NewPatchedSource(
"hakurei", hakureiVersion, hakureiSource, false, hakureiPatches...,
"hakurei-"+hakureiVersion, hakureiSource, false, hakureiPatches...,
), &PackageAttr{
Writable: true,
Env: []string{
@@ -58,7 +58,7 @@ HAKUREI_VERSION='v` + hakureiVersion + `'
H("wayland"),
H("wayland-protocols"),
kernelHeaders,
_kernelHeaders,
)
}
func init() {