From e09655d034ac1cc81a7f741a036320010e669772 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 25 Apr 2018 13:18:12 +0200 Subject: games/starbound: Add libGLU as dependency Starbound not only needs libGL but also libGLU, so let's actually include that dependency in its combined form (libGLU_combined). Signed-off-by: aszlig --- pkgs/games/humblebundle/starbound.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/games') diff --git a/pkgs/games/humblebundle/starbound.nix b/pkgs/games/humblebundle/starbound.nix index baad485d..d3c11935 100644 --- a/pkgs/games/humblebundle/starbound.nix +++ b/pkgs/games/humblebundle/starbound.nix @@ -1,11 +1,11 @@ -{ stdenv, fetchHumbleBundle, unzip, fetchurl, writeText, SDL2, libGL, xorg -, makeDesktopItem +{ stdenv, fetchHumbleBundle, unzip, fetchurl, writeText, SDL2, libGLU_combined +, xorg, makeDesktopItem }: let binaryDeps = { starbound.deps = [ - SDL2 libGL xorg.libX11 xorg.libICE xorg.libSM xorg.libXext + SDL2 libGLU_combined xorg.libX11 xorg.libICE xorg.libSM xorg.libXext ]; starbound.needsBootconfig = true; -- cgit 1.4.1