nix: add missing pcre2 dep

This commit is contained in:
qwqawawow 2025-06-03 18:47:35 +08:00
parent 2275e22837
commit 2871df1c26

View file

@ -4,6 +4,7 @@
libinput,
libxcb,
libxkbcommon,
pcre2,
pixman,
pkg-config,
stdenv,
@ -39,6 +40,7 @@ stdenv.mkDerivation {
libinput
libxcb
libxkbcommon
pcre2
pixman
wayland
wayland-protocols