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

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:24 +02:00
committed by Vladimír Čunát
parent 16cc4ac83b
commit 29694b43b6
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
"--with-curl=${curl}"
"--with-apxs=${apacheHttpd.dev}/bin/apxs"
"--with-pcre=${pcre}"
"--with-apr=${apr}"
"--with-apr=${apr.dev}"
"--with-apu=${aprutil}/bin/apu-1-config"
"--with-libxml=${libxml2}"
];