about summary refs log tree commit diff
path: root/pkgs/games/steam/starbound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/steam/starbound.nix')
-rw-r--r--pkgs/games/steam/starbound.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/steam/starbound.nix b/pkgs/games/steam/starbound.nix
index 25272169..b18e2e33 100644
--- a/pkgs/games/steam/starbound.nix
+++ b/pkgs/games/steam/starbound.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchSteam, fetchurl, writeText, SDL, mesa, jq, makeDesktopItem
+{ stdenv, fetchSteam, fetchurl, writeText, SDL, libGL, jq, makeDesktopItem
 , flavor ? "stable"
 }:
 
@@ -19,7 +19,7 @@ let
     else id;
 
   binaryDeps = mkOsBinaryDeps {
-    starbound.deps = [ SDL mesa ];
+    starbound.deps = [ SDL libGL ];
     starbound.hasBootconfigArg = true;
     starbound_server.name = "starbound-server";
     starbound_server.hasBootconfigArg = true;