Merge pull request #44146 from Izorkin/tengine

tengine: init init at v2.2.2
This commit is contained in:
xeji
2018-08-08 10:58:25 +02:00
committed by GitHub
2 changed files with 89 additions and 0 deletions

View File

@@ -20031,6 +20031,10 @@ with pkgs;
teeworlds = callPackage ../games/teeworlds { };
tengine = callPackage ../servers/http/tengine {
modules = with nginxModules; [ rtmp dav moreheaders modsecurity-nginx ];
};
tennix = callPackage ../games/tennix { };
terraria-server = callPackage ../games/terraria-server { };