* Fix the Exult build.

svn path=/nixpkgs/trunk/; revision=17605
This commit is contained in:
Eelco Dolstra 2009-10-02 13:01:31 +00:00
parent 37384f83e4
commit 6e6473940d

View file

@ -7932,7 +7932,8 @@ let
};
exult = import ../games/exult {
inherit fetchurl stdenv SDL SDL_mixer zlib libpng unzip;
inherit fetchurl SDL SDL_mixer zlib libpng unzip;
stdenv = overrideGCC stdenv gcc42;
};
/*