Skip to content

Commit

Permalink
strawberry: drop PCRE dependency
Browse files Browse the repository at this point in the history
While strawberry seems to bundle PCRE2 on MacOS and Windows, it doesn't
seem to use it directly.
  • Loading branch information
staticssleever668 committed Nov 30, 2024
1 parent 10ce0b2 commit 6f860d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/applications/audio/strawberry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
ninja,
nix-update-script,
p11-kit,
pcre,
pkg-config,
qtbase,
qttools,
Expand Down Expand Up @@ -71,7 +70,6 @@ stdenv.mkDerivation rec {
libmtp
libpthreadstubs
libtasn1
pcre
qtbase
sqlite
taglib
Expand Down

0 comments on commit 6f860d8

Please sign in to comment.