tcpflow: fix build

This commit is contained in:
Piotr Bogdan 2017-11-04 12:45:59 +00:00
parent 5e563ae749
commit adf5aea0b6

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl zlib libpcap boost automake autoconf ] ++ lib.optional useCairo cairo; buildInputs = [ openssl zlib libpcap boost automake autoconf ] ++ lib.optional useCairo cairo;
postUnpack = '' postUnpack = ''
pushd tcpflow-*-src/src pushd "$sourceRoot/src"
cp -rv ${be13_api}/* be13_api/ cp -rv ${be13_api}/* be13_api/
cp -rv ${dfxml}/* dfxml/ cp -rv ${dfxml}/* dfxml/
cp -rv ${httpparser}/* http-parser/ cp -rv ${httpparser}/* http-parser/