From ed00bb14bbab8a45fe8c00459fe487ea6059517c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 10 Feb 2012 21:53:59 +0000 Subject: [PATCH] Adding a throw for stunt-rally; it does not work after build. svn path=/nixpkgs/trunk/; revision=32221 --- pkgs/games/stuntrally/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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";