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
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = ''
--with-apr=${apr.dev}
--with-apr-util=${aprutil}
--with-apr-util=${aprutil.dev}
--with-z=${zlib}
--with-pcre=${pcre}
--disable-maintainer-mode