networkmanager: disable dhcpcanon instead of assuming in /usr/*
This commit is contained in:
parent
3c77163d46
commit
ee409c1cc1
|
@ -28,6 +28,7 @@ in stdenv.mkDerivation rec {
|
|||
"-Ddnsmasq=${dnsmasq}/bin/dnsmasq"
|
||||
# Upstream prefers dhclient, so don't add dhcpcd to the closure
|
||||
"-Ddhcpcd=no"
|
||||
"-Ddhcpcanon=no"
|
||||
"-Dpppd=${ppp}/bin/pppd"
|
||||
"-Diptables=${iptables}/bin/iptables"
|
||||
# to enable link-local connections
|
||||
|
|
Loading…
Reference in New Issue