1 { fetchFromGitHub, lib, python3 }:
3 python3.pkgs.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-I16iJ6/CrjpDOmlewIxa5Xu/b/97VNH3ATwDNi3SuP8=";
14 propagatedBuildInputs = with python3.pkgs; [ regex ];
17 description = "A qmk keymap.c visualizer";
18 homepage = "https://github.com/yskoht/keymapviz";
19 license = licenses.mit;
20 maintainers = with maintainers; [ lom ];