mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tcpflow: fix build
This commit is contained in:
parent
5e563ae749
commit
adf5aea0b6
1 changed files with 1 additions and 1 deletions
|
@ -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