From 375445aead13312938bcb2565dc22aea452a8a01 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 10 Oct 2022 09:56:44 +0800 Subject: [PATCH] entangle: Add workaround for old libselinux Actually we should bump libselinux to 3.4, which should use pcre2 as default. --- pkgs/applications/video/entangle/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/entangle/default.nix b/pkgs/applications/video/entangle/default.nix index 761a3849c31..b163fc2aa60 100644 --- a/pkgs/applications/video/entangle/default.nix +++ b/pkgs/applications/video/entangle/default.nix @@ -33,6 +33,7 @@ , libxkbcommon , orc , pcre +, pcre2 , udev , util-linux , xorg @@ -94,7 +95,8 @@ stdenv.mkDerivation rec { libunwind libxkbcommon orc - pcre + pcre # required by libselinux before we USE_PCRE2 + pcre2 # required by glib-2.0 udev util-linux zstd