Adding a throw for stunt-rally; it does not work after build.

svn path=/nixpkgs/trunk/; revision=32221
This commit is contained in:
Lluís Batlle i Rossell 2012-02-10 21:53:59 +00:00
parent 1ad1d987e3
commit ed00bb14bb

View file

@ -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";