7 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-eCvwgco22uPEDDsT8FfTRon1xCGy5p1PBp0pDfNprMs=";
18 propagatedBuildInputs = with python3.pkgs; [ regex ];
21 description = "Qmk keymap.c visualizer";
22 homepage = "https://github.com/yskoht/keymapviz";
23 license = licenses.mit;
24 maintainers = with maintainers; [ lom ];
25 mainProgram = "keymapviz";