mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 17:13:21 +00:00
tcpkali: fix build w/glibc-2.32
This commit is contained in:
parent
5f5ff55623
commit
7f02eca8cc
|
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||
rev = "v${version}";
|
||||
sha256 = "09ky3cccaphcqc6nhfs00pps99lasmzc2pf5vk0gi8hlqbbhilxf";
|
||||
};
|
||||
postPatch = ''
|
||||
sed -ie '/sys\/sysctl\.h/d' src/tcpkali_syslimits.c
|
||||
'';
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ bison];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue