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
commit 1aee3ddbe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {