fix(nix): missing dependency

This commit is contained in:
sioodmy 2022-11-11 13:35:28 +01:00 committed by Mihai Fufezan
parent a5ffd44caf
commit 13befbd266
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
mesa,
mount,
pango,
pciutils,
wayland,
wayland-protocols,
wayland-scanner,
@ -68,6 +69,7 @@ in
wayland
wayland-protocols
wayland-scanner
pciutils
(wlroots.override {inherit enableXWayland hidpiXWayland nvidiaPatches;})
]
++ lib.optionals enableXWayland [libxcb xcbutilwm xwayland];