about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/unciv/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/unciv/default.nix b/pkgs/games/unciv/default.nix
index 1e4c28c53da4b..6ab635e9a6644 100644
--- a/pkgs/games/unciv/default.nix
+++ b/pkgs/games/unciv/default.nix
@@ -5,6 +5,7 @@
 , makeDesktopItem
 , makeWrapper
 , jre
+, libGL
 , libpulseaudio
 , libXxf86vm
 }:
@@ -18,6 +19,7 @@ let
   };
 
   envLibPath = lib.makeLibraryPath [
+    libGL
     libpulseaudio
     libXxf86vm
   ];