treewide: Make explicit that 'dev' output of apacheHttpd is used

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 19:40:54 +03:00
committed by Vladimír Čunát
parent 4e6b45d0a0
commit 16cc4ac83b
5 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "11khipjpy3y84j1pp7yyx76y64jccvyhh3klwzqxylff49vjc2fc";
};
configureFlags = "--with-apxs=${apacheHttpd}/bin/apxs --with-java-home=${jdk}";
configureFlags = "--with-apxs=${apacheHttpd.dev}/bin/apxs --with-java-home=${jdk}";
sourceRoot = "${name}-src/native";