about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/brigador.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/brigador.nix')
-rw-r--r--pkgs/games/humblebundle/brigador.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/brigador.nix b/pkgs/games/humblebundle/brigador.nix
index 1e3be1cb..71fbea28 100644
--- a/pkgs/games/humblebundle/brigador.nix
+++ b/pkgs/games/humblebundle/brigador.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, makeWrapper, fetchHumbleBundle, writeText
-, SDL2, mesa, glew, freeimage
+, SDL2, libGL, glew, freeimage
 }:
 
 let
@@ -64,7 +64,7 @@ in stdenv.mkDerivation {
 
   patchPhase = let
     fmodRpath = stdenv.lib.makeLibraryPath [ "$out" stdenv.cc.cc ];
-    rpath = stdenv.lib.makeLibraryPath [ "$out" SDL2 mesa oldGLEW freeimage ];
+    rpath = stdenv.lib.makeLibraryPath [ "$out" SDL2 libGL oldGLEW freeimage ];
   in ''
     for fmod in lib/libfmod*.so*; do
       patchelf --set-rpath "${fmodRpath}" "$fmod"