zabbix.agent: fix cross compilation

Nick Cao 1fe8015b 16ed47c9

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