about summary refs log tree commit diff
path: root/pkgs/games/tremulous
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-11-10 16:44:34 +0000
committeradisbladis <adisbladis@gmail.com>2019-11-18 20:10:43 +0000
commitc9d8624ccddf17aee28745446b6763aabb26b4c7 (patch)
treee7caf27ce92b6bc9b94eb65246cb6c2913adca44 /pkgs/games/tremulous
parente6963bc983048c6f2b2d29efc5921a2d8f0c6e9c (diff)
downloadnixlib-c9d8624ccddf17aee28745446b6763aabb26b4c7.tar
nixlib-c9d8624ccddf17aee28745446b6763aabb26b4c7.tar.gz
nixlib-c9d8624ccddf17aee28745446b6763aabb26b4c7.tar.bz2
nixlib-c9d8624ccddf17aee28745446b6763aabb26b4c7.tar.lz
nixlib-c9d8624ccddf17aee28745446b6763aabb26b4c7.tar.xz
nixlib-c9d8624ccddf17aee28745446b6763aabb26b4c7.tar.zst
nixlib-c9d8624ccddf17aee28745446b6763aabb26b4c7.zip
treewide: Get rid of libGLU_combined
Diffstat (limited to 'pkgs/games/tremulous')
-rw-r--r--pkgs/games/tremulous/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/tremulous/default.nix b/pkgs/games/tremulous/default.nix
index 802bdb08a87c..fc9bc985c00f 100644
--- a/pkgs/games/tremulous/default.nix
+++ b/pkgs/games/tremulous/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, unzip, libGLU_combined, libX11, SDL, openal, runtimeShell }:
+{ stdenv, fetchurl, unzip, libGLU, libGL, libX11, SDL, openal, runtimeShell }:
 stdenv.mkDerivation rec {
   pname = "tremulous";
   version = "1.1.0";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     url = "http://releases.mercenariesguild.net/tremded/mg_tremded_source_1.01.tar.gz";
     sha256 = "1njrqlhzjvy9myddzkagszwdcf3m4h08wip888w2rmbshs6kz6ql";
   };
-  buildInputs = [ unzip libGLU_combined libX11 SDL openal ];
+  buildInputs = [ unzip libGLU libGL libX11 SDL openal ];
   unpackPhase = ''
     unzip $src1
     cd tremulous