7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-Rbfa2hD67RGmInfWwYD4SthL8lm5bGSBi3oudV5hAao=";
18 hardeningDisable = [ "format" ];
22 "CPPFLAGS=-Wno-implicit-int"
26 description = "Terminal-based Tetris clone by Victor Nilsson";
27 homepage = "http://www.victornils.net/tetris/";
28 license = lib.licenses.bsd2;
29 maintainers = with lib.maintainers; [ siers ];
30 mainProgram = "tetris";
31 platforms = lib.platforms.unix;
34 vitetris is a terminal-based Tetris clone by Victor Nilsson. Gameplay is much
35 like the early Tetris games by Nintendo.
37 Features include: configurable keys, highscore table, two-player mode with
38 garbage, network play, joystick (gamepad) support on Linux or with Allegro.