treewide: Make explicit that 'dev' output of bind is used
This commit is contained in:
parent
2e6b5c41af
commit
dba79aa395
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ perl makeWrapper openldap bind ];
|
buildInputs = [ perl makeWrapper openldap bind ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-libbind=${bind}"
|
"--with-libbind=${bind.dev}"
|
||||||
"--enable-failover"
|
"--enable-failover"
|
||||||
"--enable-execute"
|
"--enable-execute"
|
||||||
"--enable-tracing"
|
"--enable-tracing"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user