mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 18:25:59 +01:00
Nix: include xcursor regardless of xwayland
This commit is contained in:
parent
883463f9dd
commit
1b1ecf77e0
1 changed files with 1 additions and 1 deletions
|
@ -136,11 +136,11 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
|
||||||
tomlplusplus
|
tomlplusplus
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
xorg.libXcursor
|
||||||
]
|
]
|
||||||
(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