From 3f1a9455c62477a084d7d79e5424d0998209c488 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Tue, 24 Dec 2024 16:26:11 +0100 Subject: [PATCH] Zabbix agent build fix --- packages/zabbix/agent2.nix | 2 -- 1 file changed, 2 deletions(-) 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 \