mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 20:51:58 -07:00
fix(nix): missing dependency
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
mesa,
|
mesa,
|
||||||
mount,
|
mount,
|
||||||
pango,
|
pango,
|
||||||
|
pciutils,
|
||||||
wayland,
|
wayland,
|
||||||
wayland-protocols,
|
wayland-protocols,
|
||||||
wayland-scanner,
|
wayland-scanner,
|
||||||
@@ -68,6 +69,7 @@ in
|
|||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wayland-scanner
|
wayland-scanner
|
||||||
|
pciutils
|
||||||
(wlroots.override {inherit enableXWayland hidpiXWayland nvidiaPatches;})
|
(wlroots.override {inherit enableXWayland hidpiXWayland nvidiaPatches;})
|
||||||
]
|
]
|
||||||
++ lib.optionals enableXWayland [libxcb xcbutilwm xwayland];
|
++ lib.optionals enableXWayland [libxcb xcbutilwm xwayland];
|
||||||
|
Reference in New Issue
Block a user