* Another hack to get check_by_ssh to work.
svn path=/nixpkgs/trunk/; revision=9611
This commit is contained in:
parent
04698c55da
commit
ea1209571d
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl, openssh}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nagios-plugins-1.4.10";
|
name = "nagios-plugins-1.4.10";
|
||||||
@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
|||||||
)
|
)
|
||||||
";
|
";
|
||||||
|
|
||||||
|
buildInputs = [openssh]; # !!! make openssh a runtime dependency only
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Official plugins for Nagios";
|
description = "Official plugins for Nagios";
|
||||||
homepage = http://www.nagios.org/;
|
homepage = http://www.nagios.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user