rnnoise-plugin: migrate to pcre2

part of #356387
This commit is contained in:
Pascal Wittmann
2026-06-19 13:21:15 +02:00
parent e96d4751b3
commit 8ab8fd0aee

View File

@@ -5,7 +5,7 @@
fetchFromGitHub,
freetype,
gtk3-x11,
pcre,
pcre2,
pkg-config,
webkitgtk_4_1,
libxrandr,
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
freetype
gtk3-x11
pcre
pcre2
libx11
libxrandr
]