yara: remove unused dependency to pcre

YARA does not need it since YARA 2, it has its own engine.
This commit is contained in:
Thomas Gerbet
2025-03-11 22:05:52 +01:00
parent 0010823d6c
commit 250eaf4020
-2
View File
@@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
autoreconfHook,
pcre,
pkg-config,
protobufc,
withCrypto ? true,
@@ -36,7 +35,6 @@ stdenv.mkDerivation rec {
buildInputs =
[
pcre
protobufc
]
++ lib.optionals withCrypto [ openssl ]