* 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];
|
patches = [./nagios.patch];
|
||||||
buildInputs = [perl];
|
buildInputs = [perl];
|
||||||
buildPhase = "make all";
|
buildFlags = "all";
|
||||||
|
installTargets = "install install-config";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user