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, 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