mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
heroic: fix cursor issues (#358010)
This commit is contained in:
commit
1fd02d90c6
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user