forked from mirrors/nixpkgs
tcpflow: fix build
This commit is contained in:
parent
5e563ae749
commit
adf5aea0b6
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ openssl zlib libpcap boost automake autoconf ] ++ lib.optional useCairo cairo;
|
||||
|
||||
postUnpack = ''
|
||||
pushd tcpflow-*-src/src
|
||||
pushd "$sourceRoot/src"
|
||||
cp -rv ${be13_api}/* be13_api/
|
||||
cp -rv ${dfxml}/* dfxml/
|
||||
cp -rv ${httpparser}/* http-parser/
|
||||
|
|
Loading…
Reference in a new issue