nixos/{modules,tests}/teeworlds: init
add module and test
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user