diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-21 15:35:48 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-21 15:36:10 +0900 |
| commit | cbf18b302d51c3e667ebe06cfebb14b90ccc93b7 (patch) | |
| tree | c3ad2222ae0e28cf00f11d305a44b8fb900cbf6f /internal/rosa/hakurei.go | |
| parent | 1acb5b010507dd2246b77b8c856612b86cb2eda4 (diff) | |
internal/rosa/package: migrate nss
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/hakurei.go')
| -rw-r--r-- | internal/rosa/hakurei.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go index 8fe74c07..6fb289bd 100644 --- a/internal/rosa/hakurei.go +++ b/internal/rosa/hakurei.go @@ -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() { |
