gravit: this package can be built with any 5.x version of lua

This commit is contained in:
Peter Simons 2013-09-17 11:47:25 +02:00
parent b13188dff0
commit babbfd4d2c

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, mesa, lua5_1, automake, autoconf }:
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, mesa, lua5, automake, autoconf }:
stdenv.mkDerivation rec {
name = "gravit-0.5.0";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0lyw0skrkb04s16vgz7ggswjrdxk1h23v5s85s09gjxzjp1xd3xp";
};
buildInputs = [mesa SDL SDL_ttf SDL_image lua5_1 automake autoconf];
buildInputs = [mesa SDL SDL_ttf SDL_image lua5 automake autoconf];
preConfigure = "sh autogen.sh";