Add Teeworlds, a Worms-like game, if you see what I mean.

svn path=/nixpkgs/trunk/; revision=13762
This commit is contained in:
Ludovic Courtès
2009-01-13 19:44:11 +00:00
parent 4d5c788b81
commit e71dbdbb83
2 changed files with 68 additions and 0 deletions

View File

@@ -8521,6 +8521,11 @@ let
libvorbis libogg gettext;
};
teeworlds = import ../games/teeworlds {
inherit fetchurl stdenv unzip python alsaLib mesa;
inherit (xlibs) libX11;
};
/*tpm = import ../games/thePenguinMachine {
inherit stdenv fetchurl pil pygame SDL;
python24 = python;