1 { cmake, lib, mkDerivation, fetchFromGitLab,
2 qtmultimedia, qttools, ... }:
8 src = fetchFromGitLab {
12 sha256 = "4cxN2AnvYhZAMuA/qfmdLVICJNk6VCpRnfelbxYRvPg=";
15 nativeBuildInputs = [ cmake qttools ];
16 buildInputs = [ qtmultimedia ];
19 description = "Learn and train typing with the ten-finger system";
20 homepage = "https://gitlab.com/tipp10/tipp10";
21 license = licenses.gpl2Only;
22 maintainers = with maintainers; [ ];
23 platforms = platforms.all;