Commit 375445ae authored by Bobby Rong's avatar Bobby Rong Committed by Jan Tojnar
Browse files

entangle: Add workaround for old libselinux

Actually we should bump libselinux to 3.4, which should use pcre2 as default.
parent 72ecf256
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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