strawberry: drop PCRE dependency

While strawberry seems to bundle PCRE2 on MacOS and Windows, it doesn't
seem to use it directly.
This commit is contained in:
Yaroslav Chvanov 2024-11-30 10:51:50 +03:00
parent 10ce0b2de8
commit 6f860d8ef6
No known key found for this signature in database
GPG Key ID: CCF75EB2BBF8F69C

View File

@ -24,7 +24,6 @@
ninja, ninja,
nix-update-script, nix-update-script,
p11-kit, p11-kit,
pcre,
pkg-config, pkg-config,
qtbase, qtbase,
qttools, qttools,
@ -71,7 +70,6 @@ stdenv.mkDerivation rec {
libmtp libmtp
libpthreadstubs libpthreadstubs
libtasn1 libtasn1
pcre
qtbase qtbase
sqlite sqlite
taglib taglib