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, libinput,
libxcb, libxcb,
libxkbcommon, libxkbcommon,
pcre2,
pixman, pixman,
pkg-config, pkg-config,
stdenv, stdenv,
@ -39,6 +40,7 @@ stdenv.mkDerivation {
libinput libinput
libxcb libxcb
libxkbcommon libxkbcommon
pcre2
pixman pixman
wayland wayland
wayland-protocols wayland-protocols