forked from mirrors/nixpkgs
monitoring-plugins: add dbi support
This commit is contained in:
parent
88e830894f
commit
7b78ced1c5
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, fetchpatch, autoreconfHook
|
{ stdenv, fetchFromGitHub, fetchpatch, autoreconfHook
|
||||||
, coreutils, gnugrep, gnused, lm_sensors, net_snmp, openssh, openssl, perl
|
, coreutils, gnugrep, gnused, lm_sensors, net_snmp, openssh, openssl, perl
|
||||||
, dnsutils, mysql, zlib, openldap, procps
|
, dnsutils, libdbi, mysql, zlib, openldap, procps
|
||||||
, runtimeShell }:
|
, runtimeShell }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# !!! make openssh a runtime dependency only
|
# !!! make openssh a runtime dependency only
|
||||||
buildInputs = [ dnsutils mysql net_snmp openldap openssh openssl perl procps zlib ];
|
buildInputs = [ dnsutils libdbi mysql net_snmp openldap openssh openssl perl procps zlib ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue