Skip to content

Commit 69153f1

Browse files
mt-caretbjornfor
authored andcommittedJun 24, 2017
networkmanager: fix arping path
1 parent b8658f6 commit 69153f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/networking/network-manager/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
3131
--replace /usr/bin/ping ${inetutils}/bin/ping \
3232
--replace /usr/bin/ping6 ${inetutils}/bin/ping
3333
substituteInPlace src/devices/nm-arping-manager.c \
34-
--replace '("arping", NULL, NULL);' '("arping", "${inetutils}/bin/arping", NULL);'
34+
--replace '("arping", NULL, NULL);' '("arping", "${iputils}/bin/arping", NULL);'
3535
substituteInPlace src/NetworkManagerUtils.c --replace /sbin/modprobe ${kmod}/bin/modprobe
3636
substituteInPlace data/84-nm-drivers.rules \
3737
--replace /bin/sh ${stdenv.shell}

0 commit comments

Comments
 (0)
Please sign in to comment.