1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

* Another hack to get check_by_ssh to work.

svn path=/nixpkgs/trunk/; revision=9611
This commit is contained in:
Eelco Dolstra 2007-11-08 20:20:21 +00:00
parent 04698c55da
commit ea1209571d

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl}:
{stdenv, fetchurl, openssh}:
stdenv.mkDerivation {
name = "nagios-plugins-1.4.10";
@ -20,6 +20,8 @@ stdenv.mkDerivation {
)
";
buildInputs = [openssh]; # !!! make openssh a runtime dependency only
meta = {
description = "Official plugins for Nagios";
homepage = http://www.nagios.org/;