mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
nix: add missing pcre2 dep
This commit is contained in:
parent
2275e22837
commit
2871df1c26
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue