dhcp: Add proper bind dependency

This commit is contained in:
William A. Kennington III 2015-05-24 15:05:17 -07:00
parent 9f70b1ab31
commit 580032914f

View file

@ -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}"