nixos/{modules,tests}/teeworlds: init

add module and test
This commit is contained in:
Georg Haas
2020-06-06 17:06:23 +02:00
parent f0bee9760f
commit 6d1ca7db4a
4 changed files with 178 additions and 0 deletions
+3
View File
@@ -1,5 +1,6 @@
{ fetchFromGitHub, stdenv, cmake, pkgconfig, python3, alsaLib
, libX11, libGLU, SDL2, lua5_3, zlib, freetype, wavpack, icoutils
, nixosTests
}:
stdenv.mkDerivation rec {
@@ -36,6 +37,8 @@ stdenv.mkDerivation rec {
install -D $src/other/teeworlds.desktop $out/share/applications/teeworlds.desktop
'';
passthru.tests.teeworlds = nixosTests.teeworlds;
meta = {
description = "Retro multiplayer shooter game";