13 version = "0.2.0-unstable-2023-09-13";
15 src = fetchFromGitHub {
18 rev = "fb087f4d3d51377790f1ff30681c48031bf23145";
19 hash = "sha256-gE47x1J13YZUVyB0b4VRyESIVCm3GbOXp2bX0TP97UU=";
20 fetchSubmodules = true;
24 # Fix build against gcc-13:
25 # https://github.com/Grumbel/evtest-qt/pull/14
27 name = "gcc-13.patch";
28 url = "https://github.com/Grumbel/evtest-qt/commit/975dedcfd60853bd329f34d48ce4740add8866eb.patch";
29 hash = "sha256-gR/9oVhO4G9i7dn+CjvDAQN0KLXoX/fatpE0W3gXDc0=";
33 nativeBuildInputs = [ cmake ];
35 buildInputs = [ qtbase ];
37 passthru.updateScript = unstableGitUpdater { };
40 description = "Simple input device tester for linux with Qt GUI";
41 mainProgram = "evtest-qt";
42 homepage = "https://github.com/Grumbel/evtest-qt";
43 maintainers = with maintainers; [ alexarice ];
44 platforms = platforms.linux;
45 license = licenses.gpl3;