mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-libbind=${bind}"
|
||||
"--with-libbind=${bind.dev}"
|
||||
"--enable-failover"
|
||||
"--enable-execute"
|
||||
"--enable-tracing"
|
||||
|
Loading…
Reference in New Issue
Block a user