yara: remove unused dependency to pcre (#389090)

This commit is contained in:
Thomas Gerbet
2025-04-29 17:23:49 +02:00
committed by GitHub
-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 ]