Merge pull request #151391 from wentasah/tcpreplay-fix
tcpreplay: fix path to tcpdump
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user