about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/antichamber.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/antichamber.nix')
-rw-r--r--pkgs/games/humblebundle/antichamber.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/antichamber.nix b/pkgs/games/humblebundle/antichamber.nix
index c671c4ef..32e6ad2d 100644
--- a/pkgs/games/humblebundle/antichamber.nix
+++ b/pkgs/games/humblebundle/antichamber.nix
@@ -1,5 +1,5 @@
 { stdenv, lib, fetchHumbleBundle, unzip
-, xorg, libpulseaudio, libvorbis, libogg, mesa }:
+, xorg, libpulseaudio, libvorbis, libogg, libGL }:
 
 stdenv.mkDerivation rec {
   name = "antichamber-1.1";
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
       libpulseaudio
       libvorbis
       libogg
-      mesa
+      libGL
     ];
    in ''
     dest="$out/share/antichamber"