fix eval
This commit is contained in:
parent
85dfb151c2
commit
2d02727383
@ -18,10 +18,10 @@ stdenv.mkDerivation {
|
||||
configureFlags ="--disable-etc";
|
||||
buildInputs = [SDL SDL_image libxml2 libjpeg mesa zlib];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://armagetronad.org;
|
||||
description = "An multiplayer networked arcade racing game in 3D similar to Tron";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user