mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-17 14:33:18 -04:00
nix: fix build dependency
This commit is contained in:
parent
251369b5a3
commit
99b696541a
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
libX11,
|
||||
libinput,
|
||||
libxcb,
|
||||
libdrm,
|
||||
libxkbcommon,
|
||||
pcre2,
|
||||
pango,
|
||||
|
|
@ -58,6 +59,7 @@ stdenv.mkDerivation {
|
|||
wlroots_0_19
|
||||
scenefx
|
||||
libGL
|
||||
libdrm
|
||||
]
|
||||
++ lib.optionals enableXWayland [
|
||||
libX11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue