nexttrace: fix build on darwin

This commit is contained in:
Sizhe Zhao
2025-12-14 21:11:39 +08:00
parent 6c84b83832
commit 263a52ea8f
+3
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
libpcap,
}:
buildGoModule rec {
@@ -16,6 +17,8 @@ buildGoModule rec {
};
vendorHash = "sha256-8KxY3KYcaaZZjk+IIKdu8tzGhgGUlJ5nyMMSKhe41kg=";
buildInputs = [ libpcap ];
doCheck = false; # Tests require a network connection.
ldflags = [