forked from mirrors/nixpkgs
* Fix the Exult build.
svn path=/nixpkgs/trunk/; revision=17605
This commit is contained in:
parent
37384f83e4
commit
6e6473940d
|
@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue