From 52afc653e40e60be71a0e51bc297fb4e1ead0b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6gler?= Date: Sat, 30 May 2026 08:17:48 +0200 Subject: [PATCH] vdrPlugins.epgsearch: use pcre2 instead of pcre --- pkgs/applications/video/vdr/epgsearch/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/vdr/epgsearch/default.nix b/pkgs/applications/video/vdr/epgsearch/default.nix index c68bfffc1bca..33f029bdba3d 100644 --- a/pkgs/applications/video/vdr/epgsearch/default.nix +++ b/pkgs/applications/video/vdr/epgsearch/default.nix @@ -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 = [