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

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:50 +02:00
committed by Vladimír Čunát
parent 99acb412ab
commit 5eb01cd0ad
3 changed files with 3 additions and 3 deletions
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
"--without-x"
"--with-berkeley-db=${db}"
] ++ optionals (!libOnly) [
"--with-openldap=${openldap}"
"--with-openldap=${openldap.dev}"
] ++ optionals (!stdenv.isFreeBSD) [
"--with-capng"
];