mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 19:25:58 +01:00
fix(nix): missing dependency
This commit is contained in:
parent
a5ffd44caf
commit
13befbd266
1 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue