diff --git a/packages/zabbix/agent2.nix b/packages/zabbix/agent2.nix index 374a137..edb8f6a 100644 --- a/packages/zabbix/agent2.nix +++ b/packages/zabbix/agent2.nix @@ -17,8 +17,6 @@ import ./versions.nix ({ version, hash, vendorHash ? throw "unsupported version nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ libiconv openssl pcre zlib ]; - inherit (buildGoModule.go) GOOS GOARCH; - # need to provide GO* env variables & patch for reproducibility postPatch = '' substituteInPlace src/go/Makefile.am \