Merge pull request #151391 from wentasah/tcpreplay-fix

tcpreplay: fix path to tcpdump
This commit is contained in:
Bobby Rong
2021-12-22 18:14:37 +08:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
"--enable-shared"
"--enable-tcpreplay-edit"
"--with-libpcap=${libpcap}"
"--with-tcpdump=${tcpdump}/bin"
"--with-tcpdump=${tcpdump}/bin/tcpdump"
];
meta = with lib; {