about summary refs log tree commit diff
path: root/pkgs/games/clonehero
diff options
context:
space:
mode:
authorqubitnano <shane.longshore@gmail.com>2023-12-17 22:38:59 -0500
committerqubitnano <shane.longshore@gmail.com>2023-12-17 22:38:59 -0500
commitffa6079cb03df796478e4e7030d3af5368ae781f (patch)
tree7685d1d6241b5c54b2ffd4f10b3840a1f9b8bf3f /pkgs/games/clonehero
parentca16221251951e9c6261a1a2bb4f9389038d3632 (diff)
add libGL
Diffstat (limited to 'pkgs/games/clonehero')
-rw-r--r--pkgs/games/clonehero/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/clonehero/default.nix b/pkgs/games/clonehero/default.nix
index 0f7ae45a6683f..daebe74e30b4a 100644
--- a/pkgs/games/clonehero/default.nix
+++ b/pkgs/games/clonehero/default.nix
@@ -6,6 +6,7 @@
 , zlib
 , alsa-lib
 , dbus
+, libGL
 , libXcursor
 , libXext
 , libXi
@@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
 
     # Run-time libraries (loaded with dlopen)
     dbus
+    libGL
     libXcursor
     libXext
     libXi
@@ -92,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
     patchelf \
       --add-needed libasound.so.2 \
       --add-needed libdbus-1.so.3 \
+      --add-needed libGL.so.1 \
       --add-needed libpthread.so.0 \
       --add-needed libudev.so.1 \
       --add-needed libvulkan.so.1 \