Skip to content

Commit f869b0e

Browse files
authored
yara: remove unused dependency to pcre (#389090)
2 parents 9732e51 + 250eaf4 commit f869b0e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkgs/by-name/ya/yara/package.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
stdenv,
44
fetchFromGitHub,
55
autoreconfHook,
6-
pcre,
76
pkg-config,
87
protobufc,
98
withCrypto ? true,
@@ -36,7 +35,6 @@ stdenv.mkDerivation rec {
3635

3736
buildInputs =
3837
[
39-
pcre
4038
protobufc
4139
]
4240
++ lib.optionals withCrypto [ openssl ]

0 commit comments

Comments
 (0)