pktgen: fix runtime paths

The Lua and lscpu path substitution got accidentally removed in
with commit 605b8095ca11a678af83364549d8fc72ba3f4219

+5
+5
pkgs/os-specific/linux/pktgen/default.nix
··· 24 24 25 25 NIX_CFLAGS_COMPILE = [ "-march=core2" ]; 26 26 27 + postPatch = '' 28 + substituteInPlace lib/lua/src/luaconf.h --replace /usr/local $out 29 + substituteInPlace lib/common/lscpu.h --replace /usr/bin/lscpu ${utillinux}/bin/lscpu 30 + ''; 31 + 27 32 installPhase = '' 28 33 install -d $out/bin 29 34 install -m 0755 app/app/${RTE_TARGET}/app/pktgen $out/bin