mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
networkmanager: build with dnsmasq
Networkmanager requires dnsmasq for network sharing
This commit is contained in:
parent
e9a8c5a988
commit
ffc679460f
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-distro=exherbo"
|
"--with-distro=exherbo"
|
||||||
"--with-dhclient=${dhcp}/bin/dhclient"
|
"--with-dhclient=${dhcp}/bin/dhclient"
|
||||||
|
"--with-dnsmasq=${dnsmasq}/bin/dnsmasq"
|
||||||
# Upstream prefers dhclient, so don't add dhcpcd to the closure
|
# Upstream prefers dhclient, so don't add dhcpcd to the closure
|
||||||
#"--with-dhcpcd=${dhcpcd}/sbin/dhcpcd"
|
#"--with-dhcpcd=${dhcpcd}/sbin/dhcpcd"
|
||||||
"--with-dhcpcd=no"
|
"--with-dhcpcd=no"
|
||||||
|
Loading…
Reference in New Issue
Block a user