about summary refs log tree commit diff
path: root/pkgs/games/stuntrally
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-10 21:53:59 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-10 21:53:59 +0000
commited00bb14bbab8a45fe8c00459fe487ea6059517c (patch)
tree863019d7e45b1dd33ef888202379661ff350a32c /pkgs/games/stuntrally
parent1ad1d987e33cfa5e798fd0b2948d4c401033c209 (diff)
downloadnixlib-ed00bb14bbab8a45fe8c00459fe487ea6059517c.tar
nixlib-ed00bb14bbab8a45fe8c00459fe487ea6059517c.tar.gz
nixlib-ed00bb14bbab8a45fe8c00459fe487ea6059517c.tar.bz2
nixlib-ed00bb14bbab8a45fe8c00459fe487ea6059517c.tar.lz
nixlib-ed00bb14bbab8a45fe8c00459fe487ea6059517c.tar.xz
nixlib-ed00bb14bbab8a45fe8c00459fe487ea6059517c.tar.zst
nixlib-ed00bb14bbab8a45fe8c00459fe487ea6059517c.zip
Adding a throw for stunt-rally; it does not work after build.
svn path=/nixpkgs/trunk/; revision=32221
Diffstat (limited to 'pkgs/games/stuntrally')
-rw-r--r--pkgs/games/stuntrally/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/stuntrally/default.nix b/pkgs/games/stuntrally/default.nix
index 3b835f6e9e5f..14db3dd52b80 100644
--- a/pkgs/games/stuntrally/default.nix
+++ b/pkgs/games/stuntrally/default.nix
@@ -1,5 +1,7 @@
 { fetchurl, stdenv, cmake, boost, ogre, myguiSvn, ois, SDL, libvorbis, pkgconfig }:
 
+throw "Stunt Rally needs ogre with cg support at runtime - we have to package nvidia cg"
+
 stdenv.mkDerivation rec {
   name = "stunt-rally-1.4";