about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/cavestoryplus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/cavestoryplus.nix')
-rw-r--r--pkgs/games/humblebundle/cavestoryplus.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/cavestoryplus.nix b/pkgs/games/humblebundle/cavestoryplus.nix
index d4c744d4..a549ebfb 100644
--- a/pkgs/games/humblebundle/cavestoryplus.nix
+++ b/pkgs/games/humblebundle/cavestoryplus.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchHumbleBundle, makeWrapper, SDL, mesa }:
+{ stdenv, fetchHumbleBundle, makeWrapper, SDL, libGL }:
 
 stdenv.mkDerivation rec {
   name = "cave-story-plus-${version}";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   patchPhase = let
     rpath = stdenv.lib.makeLibraryPath [
-      SDL "$out" stdenv.cc.cc mesa
+      SDL "$out" stdenv.cc.cc libGL
     ];
   in ''
     patchelf \