mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
added missing openssh to monitoring/nagios/plugins/official
svn path=/nixpkgs/trunk/; revision=9615
This commit is contained in:
parent
43b208bbb9
commit
15e2d9c304
1 changed files with 1 additions and 1 deletions
|
@ -2734,7 +2734,7 @@ rec {
|
|||
};
|
||||
|
||||
nagiosPluginsOfficial = import ../servers/monitoring/nagios/plugins/official {
|
||||
inherit fetchurl stdenv;
|
||||
inherit fetchurl stdenv openssh;
|
||||
};
|
||||
|
||||
postgresql = import ../servers/sql/postgresql {
|
||||
|
|
Loading…
Reference in a new issue