about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2023-12-19 12:17:53 -0500
committerGitHub <noreply@github.com>2023-12-19 12:17:53 -0500
commitcf3205c5ef7813e2de3ffda8f25584106964403e (patch)
tree8c02bfd8e94f593453c88c1fd866a2c2c2b4d99b /pkgs/games
parente8e7ee4159f11aaba41fd8b4add12a48405bbd15 (diff)
parentffa6079cb03df796478e4e7030d3af5368ae781f (diff)
Merge pull request #275122 from qubitnano/clonehero
clonehero: add and patch libGL
Diffstat (limited to 'pkgs/games')
-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 \