mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 06:31:20 +00:00
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 New Issue
Block a user