Merge pull request #85 from qwqawawow/main

nix: add missing pcre2 dep
This commit is contained in:
DreamMaoMao 2025-06-06 08:47:52 +08:00 committed by GitHub
commit 5bb97f83f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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