entangle: Add workaround for old libselinux

Actually we should bump libselinux to 3.4, which should use pcre2 as default.
This commit is contained in:
Bobby Rong 2022-10-10 09:56:44 +08:00 committed by Jan Tojnar
parent 72ecf25666
commit 375445aead

View file

@ -33,6 +33,7 @@
, libxkbcommon , libxkbcommon
, orc , orc
, pcre , pcre
, pcre2
, udev , udev
, util-linux , util-linux
, xorg , xorg
@ -94,7 +95,8 @@ stdenv.mkDerivation rec {
libunwind libunwind
libxkbcommon libxkbcommon
orc orc
pcre pcre # required by libselinux before we USE_PCRE2
pcre2 # required by glib-2.0
udev udev
util-linux util-linux
zstd zstd