forked from mirrors/nixpkgs
NetworkManager: correct resolvconf executable name
This commit is contained in:
parent
7f01311f53
commit
f3e23d60ef
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-dhcpcd=no"
|
||||
"--with-iptables=${iptables}/sbin/iptables"
|
||||
"--with-udev-dir=\${out}/lib/udev"
|
||||
"--with-resolvconf=${openresolv}/sbin/openresolv"
|
||||
"--with-resolvconf=${openresolv}/sbin/resolvconf"
|
||||
"--sysconfdir=/etc" "--localstatedir=/var"
|
||||
"--with-dbus-sys-dir=\${out}/etc/dbus-1/system.d"
|
||||
"--with-crypto=gnutls" "--disable-more-warnings"
|
||||
|
|
Loading…
Reference in a new issue