Merge pull request #308984 from gangaram-tii/pr/suricata-runtime-dependency

suricata: resolve runtimme dependency
This commit is contained in:
Jörg Thalheim 2024-05-08 11:42:07 +02:00 committed by GitHub
commit aa606b89b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ stdenv.mkDerivation rec {
++ lib.optionals rustSupport [ rustc cargo ]
;
propagatedBuildInputs = with python.pkgs; [
pyyaml
];
buildInputs = [
elfutils
jansson