vdrPlugins.epgsearch: use pcre2 instead of pcre (#525851)

This commit is contained in:
Christian Kögler
2026-05-30 06:27:19 +00:00
committed by GitHub
@@ -6,7 +6,7 @@
util-linux,
groff,
perl,
pcre,
pcre2,
}:
stdenv.mkDerivation rec {
pname = "vdr-epgsearch";
@@ -33,12 +33,11 @@ stdenv.mkDerivation rec {
buildInputs = [
vdr
pcre
pcre2
];
buildFlags = [
"SENDMAIL="
"REGEXLIB=pcre"
];
installFlags = [