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