3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #31243 from pbogdan/tcpflow-fix-build

tcpflow: fix build
This commit is contained in:
Tim Steinbach 2017-11-04 10:42:18 -04:00 committed by GitHub
commit aab92cba7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/