Loading pkgs/servers/monitoring/zabbix/proxy.nix +6 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, pkg-config, libevent, libiconv, openssl, pcre, zlib , odbcSupport ? true, unixODBC , snmpSupport ? true, net-snmp , snmpSupport ? stdenv.buildPlatform == stdenv.hostPlatform, net-snmp , sshSupport ? true, libssh2 , sqliteSupport ? false, sqlite , mysqlSupport ? false, libmysqlclient Loading Loading @@ -60,6 +60,11 @@ in find database -name data.sql -exec sed -i 's|/usr/bin/||g' {} + ''; makeFlags = [ "AR:=$(AR)" "RANLIB:=$(RANLIB)" ]; postInstall = '' mkdir -p $out/share/zabbix/database/ '' + optionalString sqliteSupport '' Loading Loading
pkgs/servers/monitoring/zabbix/proxy.nix +6 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, pkg-config, libevent, libiconv, openssl, pcre, zlib , odbcSupport ? true, unixODBC , snmpSupport ? true, net-snmp , snmpSupport ? stdenv.buildPlatform == stdenv.hostPlatform, net-snmp , sshSupport ? true, libssh2 , sqliteSupport ? false, sqlite , mysqlSupport ? false, libmysqlclient Loading Loading @@ -60,6 +60,11 @@ in find database -name data.sql -exec sed -i 's|/usr/bin/||g' {} + ''; makeFlags = [ "AR:=$(AR)" "RANLIB:=$(RANLIB)" ]; postInstall = '' mkdir -p $out/share/zabbix/database/ '' + optionalString sqliteSupport '' Loading