mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
suricata: use elfutils instead of abandoned libelf
This commit is contained in:
parent
67e2bc0371
commit
5d22fdc929
|
@ -5,12 +5,12 @@
|
|||
, llvm
|
||||
, pkg-config
|
||||
, makeWrapper
|
||||
, elfutils
|
||||
, file
|
||||
, hyperscan
|
||||
, jansson
|
||||
, libbpf
|
||||
, libcap_ng
|
||||
, libelf
|
||||
, libevent
|
||||
, libmaxminddb
|
||||
, libnet
|
||||
|
@ -50,10 +50,10 @@ stdenv.mkDerivation rec {
|
|||
;
|
||||
|
||||
buildInputs = [
|
||||
elfutils
|
||||
jansson
|
||||
libbpf
|
||||
libcap_ng
|
||||
libelf
|
||||
libevent
|
||||
libmagic
|
||||
libmaxminddb
|
||||
|
|
Loading…
Reference in a new issue