3
0
Fork 0
forked from mirrors/nixpkgs

NetworkManager: correct resolvconf executable name

This commit is contained in:
Thomas Tuegel 2014-02-28 08:48:28 -06:00 committed by Domen Kožar
parent 7f01311f53
commit f3e23d60ef

View file

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