about summary refs log tree commit diff
path: root/pkgs/games/ut2004demo
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-06-14 20:55:48 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-06-14 20:55:48 +0000
commit7219a09001291ef236ad8ac02713096bec0d0c08 (patch)
treef14a36e929e646e9977f3f4bbccd64b6d1516860 /pkgs/games/ut2004demo
parent80b2254cbb90bfb93dbe1bb5a58866db68e17ae4 (diff)
* ioquake: updated to 1.34rc3.
* rss-glx: fixed the build.
* Removed the OpenGL wrapper stuff, it's no longer needed (thanks to
  the RUNPATH you just need to put the appropriate libGL.so in the
  LD_LIBRARY_PATH). 

svn path=/nixpkgs/trunk/; revision=12093
Diffstat (limited to 'pkgs/games/ut2004demo')
-rw-r--r--pkgs/games/ut2004demo/default.nix1
-rw-r--r--pkgs/games/ut2004demo/make-wrapper.sh4
2 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/games/ut2004demo/default.nix b/pkgs/games/ut2004demo/default.nix
index 1c8b42891a4b3..04efc0049dd01 100644
--- a/pkgs/games/ut2004demo/default.nix
+++ b/pkgs/games/ut2004demo/default.nix
@@ -18,7 +18,6 @@ let {
     builder = ./make-wrapper.sh;
     inherit raw mesa;
     inherit (xlibs) libX11 libXext;
-    mesaSwitch = ../../build-support/opengl/mesa-switch.sh;
   };
 
 }
diff --git a/pkgs/games/ut2004demo/make-wrapper.sh b/pkgs/games/ut2004demo/make-wrapper.sh
index d42adf1af0696..5dbb451272adc 100644
--- a/pkgs/games/ut2004demo/make-wrapper.sh
+++ b/pkgs/games/ut2004demo/make-wrapper.sh
@@ -5,10 +5,6 @@ ensureDir $out/bin
 cat > $out/bin/ut2004demo <<EOF
 #! $SHELL -e
 
-mesa=$mesa
-
-$(cat $mesaSwitch)
-
 cd $raw/System
 
 LD_LIBRARY_PATH=$libX11/lib:$libXext/lib\${LD_LIBRARY_PATH:+:}\$LD_LIBRARY_PATH ./ut2004-bin "\$@"