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
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
configureFlags="$configureFlags --includedir=$dev/include"
'';
configureFlags = ''
--with-apr=${apr}
--with-apr=${apr.dev}
--with-apr-util=${aprutil}
--with-z=${zlib}
--with-pcre=${pcre}