treewide: Make explicit that 'dev' output of openldap is used
This commit is contained in:
committed by
Vladimír Čunát
parent
99acb412ab
commit
5eb01cd0ad
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user