13 stdenv.mkDerivation rec {
17 src = fetchFromGitLab {
21 hash = "sha256-e0sWH4pT7ej9XGK/Sg9XMX2bMqcXqtSaYI7KBZTXvp4=";
35 description = "Learn and train typing with the ten-finger system";
36 mainProgram = "tipp10";
37 homepage = "https://gitlab.com/tipp10/tipp10";
38 license = lib.licenses.gpl2Only;
39 maintainers = with lib.maintainers; [ sigmanificient ];
40 platforms = lib.platforms.all;