3
0
Fork 0
forked from mirrors/nixpkgs

* Install the sample config files.

svn path=/nixpkgs/trunk/; revision=7570
This commit is contained in:
Eelco Dolstra 2007-01-08 18:55:06 +00:00
parent c646e8594a
commit e6ab9b0070

View file

@ -10,5 +10,6 @@ stdenv.mkDerivation {
patches = [./nagios.patch];
buildInputs = [perl];
buildPhase = "make all";
buildFlags = "all";
installTargets = "install install-config";
}