7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-UV5m8DmFtkCU/DoBJNBCdvhU/jYtU5+WnnhKwxZNl9g=";
18 cargoHash = "sha256-Bug25xK3YYQ3YjrUXlgWaVUPn87V3N/8XikqwYL/sUg=";
20 buildInputs = [ libevdev ];
22 doCheck = false; # unit tests create uinput devices
25 description = "Utility for mapping events from Linux event devices";
26 mainProgram = "evsieve";
27 homepage = "https://github.com/KarsMulder/evsieve";
28 license = licenses.gpl2Plus;
29 maintainers = with maintainers; [ tsowell ];
30 platforms = platforms.linux;