cmd/planterette: remove hsu special case
All checks were successful
Test / Hakurei (push) Successful in 42s
Test / Create distribution (push) Successful in 25s
Test / Sandbox (push) Successful in 40s
Test / Hakurei (race detector) (push) Successful in 43s
Test / Sandbox (race detector) (push) Successful in 38s
Test / Planterette (push) Successful in 40s
Test / Flake checks (push) Successful in 1m15s
All checks were successful
Test / Hakurei (push) Successful in 42s
Test / Create distribution (push) Successful in 25s
Test / Sandbox (push) Successful in 40s
Test / Hakurei (race detector) (push) Successful in 43s
Test / Sandbox (race detector) (push) Successful in 38s
Test / Planterette (push) Successful in 40s
Test / Flake checks (push) Successful in 1m15s
Remove special case and invoke hakurei out of process. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
wayland-scanner,
|
||||
xorg,
|
||||
|
||||
# for fpkg
|
||||
# for planterette
|
||||
zstd,
|
||||
gnutar,
|
||||
coreutils,
|
||||
@@ -76,6 +76,7 @@ buildGoModule rec {
|
||||
)
|
||||
{
|
||||
version = "v${version}";
|
||||
hakurei = "${placeholder "out"}/libexec/hakurei";
|
||||
hsu = "/run/wrappers/bin/hsu";
|
||||
};
|
||||
|
||||
@@ -116,7 +117,7 @@ buildGoModule rec {
|
||||
makeBinaryWrapper "$out/libexec/hakurei" "$out/bin/hakurei" \
|
||||
--inherit-argv0 --prefix PATH : ${lib.makeBinPath appPackages}
|
||||
|
||||
makeBinaryWrapper "$out/libexec/fpkg" "$out/bin/fpkg" \
|
||||
makeBinaryWrapper "$out/libexec/planterette" "$out/bin/planterette" \
|
||||
--inherit-argv0 --prefix PATH : ${
|
||||
lib.makeBinPath (
|
||||
appPackages
|
||||
|
||||
Reference in New Issue
Block a user