zabbix.agent: fix cross compilation

Nick Cao 1fe8015b 16ed47c9

+4
+4
pkgs/servers/monitoring/zabbix/agent.nix
··· 24 24 "--with-libpcre" 25 25 "--with-openssl=${openssl.dev}" 26 26 ]; 27 + makeFlags = [ 28 + "AR:=$(AR)" 29 + "RANLIB:=$(RANLIB)" 30 + ]; 27 31 28 32 postInstall = '' 29 33 cp conf/zabbix_agentd/*.conf $out/etc/zabbix_agentd.conf.d/