roadrunner: remove obsolete patch

This commit is contained in:
Moraxyc
2026-06-19 00:36:27 +08:00
parent 22e84a648a
commit 4586720308
-11
View File
@@ -42,17 +42,6 @@ buildGoModule (finalAttrs: {
--fish <($out/bin/rr completion fish)
'';
postPatch = ''
substituteInPlace internal/rpc/client_test.go \
--replace "127.0.0.1:55555" "127.0.0.1:55554"
substituteInPlace internal/rpc/test/config_rpc_ok.yaml \
--replace "127.0.0.1:55555" "127.0.0.1:55554"
substituteInPlace internal/rpc/test/config_rpc_conn_err.yaml \
--replace "127.0.0.1:0" "127.0.0.1:55554"
'';
__darwinAllowLocalNetworking = true;
doInstallCheck = true;