tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zabbix.agent: fix cross compilation
Nick Cao
4 years ago
1fe8015b
16ed47c9
+4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
zabbix
agent.nix
+4
pkgs/servers/monitoring/zabbix/agent.nix
···
24
24
"--with-libpcre"
25
25
"--with-openssl=${openssl.dev}"
26
26
];
27
27
+
makeFlags = [
28
28
+
"AR:=$(AR)"
29
29
+
"RANLIB:=$(RANLIB)"
30
30
+
];
27
31
28
32
postInstall = ''
29
33
cp conf/zabbix_agentd/*.conf $out/etc/zabbix_agentd.conf.d/