apache modules: fix build problems

pkgs.mod_evasive was removed, because that combination isn't supported
(according to an assertion).
This commit is contained in:
Vladimír Čunát
2015-12-05 13:16:55 +01:00
parent 2709a815e5
commit 6cc57be289
4 changed files with 9 additions and 5 deletions
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
preBuild = ''
cp Makefile.AP2 Makefile
makeFlags="top_dir=${apacheHttpd} prefix=$out"
makeFlags="top_dir=${apacheHttpd}/share prefix=$out"
'';
meta = {