3
0
Fork 0
forked from mirrors/nixpkgs

add nagios here too

svn path=/nixpkgs/trunk/; revision=7507
This commit is contained in:
Armijn Hemel 2006-12-28 00:48:21 +00:00
parent b3dfc01024
commit bb6e765df2

View file

@ -2039,6 +2039,10 @@ rec {
ant = apacheAntBlackdown14;
};
nagios = import ../servers/monitoring/nagios {
inherit fetchurl stdenv perl;
};
postgresql = import ../servers/sql/postgresql {
inherit fetchurl stdenv readline ncurses zlib;
};