summary refs log tree commit diff
path: root/pkgs/games/prboom
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2018-02-24 15:12:44 +0200
committerAlexander V. Nikolaev <avn@avnik.info>2018-02-24 17:06:49 +0200
commit0acec7e984ff38b7a296a459ba4b539a3b719c1b (patch)
tree1d60ce67493ab87f80acb127f4e26a11a0324c28 /pkgs/games/prboom
parent1bc1909e5b89ec8d0e4ecadcbb5c66de0cb4fb5a (diff)
downloadnixpkgs-0acec7e984ff38b7a296a459ba4b539a3b719c1b.tar
nixpkgs-0acec7e984ff38b7a296a459ba4b539a3b719c1b.tar.gz
nixpkgs-0acec7e984ff38b7a296a459ba4b539a3b719c1b.tar.bz2
nixpkgs-0acec7e984ff38b7a296a459ba4b539a3b719c1b.tar.lz
nixpkgs-0acec7e984ff38b7a296a459ba4b539a3b719c1b.tar.xz
nixpkgs-0acec7e984ff38b7a296a459ba4b539a3b719c1b.tar.zst
nixpkgs-0acec7e984ff38b7a296a459ba4b539a3b719c1b.zip
treewide: transition mesa to libGLU_combined
Diffstat (limited to 'pkgs/games/prboom')
-rw-r--r--pkgs/games/prboom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/prboom/default.nix b/pkgs/games/prboom/default.nix
index 95ad53cb1ae..4babc1caea5 100644
--- a/pkgs/games/prboom/default.nix
+++ b/pkgs/games/prboom/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, SDL, SDL_mixer, SDL_net, mesa}:
+{stdenv, fetchurl, SDL, SDL_mixer, SDL_net, libGLU_combined}:
 
 stdenv.mkDerivation {
   name = "prboom-2.5.0";
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
     sha256 = "1bjb04q8dk232956k30qlpq6q0hxb904yh1nflr87jcc1x3iqv12";
   };
 
-  buildInputs = [ SDL SDL_mixer SDL_net mesa ];
+  buildInputs = [ SDL SDL_mixer SDL_net libGLU_combined ];
   crossAttrs = {
     propagatedBuildInputs = [ SDL.crossDrv SDL_mixer.crossDrv SDL_net.crossDrv ];
     configureFlags = "--disable-gl --disable-cpu-opt --without-x --disable-sdltest