lol

networkmanager: fix path /sbin/modprobe

authored by

Fabian Schmitthenner and committed by
Bjørn Forsman
28b3ecac 4a69e5ae

+1 -2
+1 -2
pkgs/tools/networking/network-manager/default.nix
··· 15 15 16 16 preConfigure = '' 17 17 substituteInPlace tools/glib-mkenums --replace /usr/bin/perl ${perl}/bin/perl 18 - substituteInPlace src/ppp-manager/nm-ppp-manager.c --replace /sbin/modprobe /run/current-system/sw/sbin/modprobe 19 - substituteInPlace src/devices/nm-device.c --replace /sbin/modprobe /run/current-system/sw/sbin/modprobe 18 + substituteInPlace src/NetworkManagerUtils.c --replace /sbin/modprobe /run/current-system/sw/sbin/modprobe 20 19 substituteInPlace data/85-nm-unmanaged.rules \ 21 20 --replace /bin/sh ${stdenv.shell} \ 22 21 --replace /usr/sbin/ethtool ${ethtool}/sbin/ethtool \