9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-G3dg0SWfBjCA66TTxkVAcVrFNJOWE9+GJXYKzCUX34w=";
20 nativeBuildInputs = [ cmake installShellFiles ];
21 buildInputs = [ ncurses ];
24 installManPage ../tmatrix.6
28 description = "Terminal based replica of the digital rain from The Matrix";
30 TMatrix is a program that simulates the digital rain form The Matrix.
31 It's focused on being the most accurate replica of the digital rain effect
32 achievable on a typical terminal, while also being customizable and
35 homepage = "https://github.com/M4444/TMatrix";
36 license = licenses.gpl2;
37 platforms = platforms.all;
38 maintainers = with maintainers; [ Br1ght0ne ];
39 mainProgram = "tmatrix";