zabbix.agent: fix cross compilation

main
Nick Cao 2 years ago
parent 16ed47c966
commit 1fe8015b21
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1
  1. 4
      pkgs/servers/monitoring/zabbix/agent.nix

@ -24,6 +24,10 @@ import ./versions.nix ({ version, sha256 }:
"--with-libpcre"
"--with-openssl=${openssl.dev}"
];
makeFlags = [
"AR:=$(AR)"
"RANLIB:=$(RANLIB)"
];
postInstall = ''
cp conf/zabbix_agentd/*.conf $out/etc/zabbix_agentd.conf.d/

Loading…
Cancel
Save