heroic: fix cursor issues (#358010)

This commit is contained in:
Atemu 2024-11-22 17:56:28 +01:00 committed by GitHub
commit 1fd02d90c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@ buildFHSEnv {
let
xorgDeps =
pkgs: with pkgs.xorg; [
libICE
libpthreadstubs
libSM
libX11
@ -53,11 +54,15 @@ buildFHSEnv {
libXcursor
libXdmcp
libXext
libXfixes
libXi
libXinerama
libXmu
libXrandr
libXrender
libXScrnSaver
libXt
libXtst
libXv
libXxf86vm
];