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

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