nexttrace: fix build on darwin
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user