mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
dhcp: Add proper bind dependency
This commit is contained in:
parent
9f70b1ab31
commit
580032914f
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
# due to an uninitialized variable.
|
||||
CFLAGS = "-g -O2 -Wall";
|
||||
|
||||
buildInputs = [ perl makeWrapper openldap ];
|
||||
buildInputs = [ perl makeWrapper openldap bind ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-libbind=${bind}"
|
||||
|
Loading…
Reference in New Issue
Block a user