forked from mirrors/nixpkgs
* Install the sample config files.
svn path=/nixpkgs/trunk/; revision=7570
This commit is contained in:
parent
c646e8594a
commit
e6ab9b0070
|
@ -10,5 +10,6 @@ stdenv.mkDerivation {
|
|||
|
||||
patches = [./nagios.patch];
|
||||
buildInputs = [perl];
|
||||
buildPhase = "make all";
|
||||
buildFlags = "all";
|
||||
installTargets = "install install-config";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue