networkmanager: build with dnsmasq

Networkmanager requires dnsmasq for network sharing
This commit is contained in:
Carter Charbonneau
2015-08-29 16:47:42 -06:00
committed by Rok Garbas
parent e9a8c5a988
commit ffc679460f

View File

@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-distro=exherbo"
"--with-dhclient=${dhcp}/bin/dhclient"
"--with-dnsmasq=${dnsmasq}/bin/dnsmasq"
# Upstream prefers dhclient, so don't add dhcpcd to the closure
#"--with-dhcpcd=${dhcpcd}/sbin/dhcpcd"
"--with-dhcpcd=no"