Merge pull request #308984 from gangaram-tii/pr/suricata-runtime-dependency
suricata: resolve runtimme dependency
This commit is contained in:
commit
aa606b89b3
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ stdenv.mkDerivation rec {
|
|||
++ lib.optionals rustSupport [ rustc cargo ]
|
||||
;
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
pyyaml
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
elfutils
|
||||
jansson
|
||||
|
|
Loading…
Reference in a new issue