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:
parent
04698c55da
commit
ea1209571d
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue