treewide: Make explicit that 'dev' output of apr is used
This commit is contained in:
committed by
Vladimír Čunát
parent
16cc4ac83b
commit
29694b43b6
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user