8 rustPlatform.buildRustPackage rec{
12 src = fetchFromGitHub {
13 owner = "cyber-sushi";
16 hash = "sha256-cmn86ocN8DwxS9WpcHxWMjuFPAMmM60Q6jmyeBmdrPg=";
19 cargoHash = "sha256-/eM+clDZRlvfFa1eEwLo8CKEvnOq5CW19RNvbEbxVE8=";
21 nativeBuildInputs = [ pkg-config ];
22 buildInputs = [ udev ];
25 description = "Linux daemon to remap and create macros for keyboards, mice and controllers";
26 homepage = "https://github.com/cyber-sushi/makima";
27 license = licenses.gpl3Plus;
28 maintainers = with maintainers; [ ByteSudoer ];
29 platforms = platforms.linux;
30 mainProgram = "makima";