mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:46:00 +01:00
Nix: add xcursor dep
This commit is contained in:
parent
cd0f4e1546
commit
b3af8285e1
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
|
||||||
(lib.optionals stdenv.hostPlatform.isMusl [libexecinfo])
|
(lib.optionals stdenv.hostPlatform.isMusl [libexecinfo])
|
||||||
(lib.optionals enableXWayland [
|
(lib.optionals enableXWayland [
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
|
xorg.libXcursor
|
||||||
xorg.libXdmcp
|
xorg.libXdmcp
|
||||||
xorg.xcbutil
|
xorg.xcbutil
|
||||||
xorg.xcbutilerrors
|
xorg.xcbutilerrors
|
||||||
|
|
Loading…
Reference in a new issue