From f865c76c3e2c9cfb650e435a8ebfe1b14768a417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viorel-C=C4=83t=C4=83lin=20R=C4=83pi=C8=9Beanu?= Date: Fri, 22 Nov 2024 00:21:29 +0200 Subject: [PATCH] heroic: fix cursor issues Fix the Xorg mouse issues initialy found with Lutris in: https://github.com/NixOS/nixpkgs/pull/348533 --- pkgs/games/heroic/fhsenv.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/games/heroic/fhsenv.nix b/pkgs/games/heroic/fhsenv.nix index 7b0b67ad302e..4c9f97fa05d1 100644 --- a/pkgs/games/heroic/fhsenv.nix +++ b/pkgs/games/heroic/fhsenv.nix @@ -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 ];