From 60b688616404caa26f9b4392ed6e5efa4abbcaf2 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 21 May 2025 22:07:22 +0200 Subject: [PATCH] lutris: Fix support for Unreal Enigne 5.6 --- modules/system/apps/lutris.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/apps/lutris.nix b/modules/system/apps/lutris.nix index 1d43991..c63e8c6 100644 --- a/modules/system/apps/lutris.nix +++ b/modules/system/apps/lutris.nix @@ -8,6 +8,7 @@ let extraLibraries = pkgs: with pkgs; [ # For Unreal Engine Fab Plugin nspr + xorg.libXdamage ]; }; in