forked from mirrors/nixpkgs
Adding a throw for stunt-rally; it does not work after build.
svn path=/nixpkgs/trunk/; revision=32221
This commit is contained in:
parent
1ad1d987e3
commit
ed00bb14bb
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue