mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -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,
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue