* Commented out exultSnapshot, will fix later.

svn path=/nixpkgs/trunk/; revision=16315
This commit is contained in:
Eelco Dolstra 2009-07-10 12:44:34 +00:00
parent 356791ea62
commit ffd635cc57

View File

@ -7264,10 +7264,12 @@ let
inherit fetchurl stdenv SDL SDL_mixer zlib libpng unzip; inherit fetchurl stdenv SDL SDL_mixer zlib libpng unzip;
}; };
/*
exultSnapshot = lowPrio (import ../games/exult/snapshot.nix { exultSnapshot = lowPrio (import ../games/exult/snapshot.nix {
inherit fetchurl stdenv SDL SDL_mixer zlib libpng unzip inherit fetchurl stdenv SDL SDL_mixer zlib libpng unzip
autoconf automake libtool flex bison; autoconf automake libtool flex bison;
}); });
*/
fsg = import ../games/fsg { fsg = import ../games/fsg {
inherit stdenv fetchurl pkgconfig mesa; inherit stdenv fetchurl pkgconfig mesa;