6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-SPXVFeysVF/6RqjhXmlPc+3m5vnVndJb7LQshQZBeg8=";
19 python3.pkgs.hatchling
22 propagatedBuildInputs = with python3.pkgs; [
29 pythonImportsCheck = [ "kalamine" ];
32 description = "Keyboard Layout Maker";
33 homepage = "https://github.com/OneDeadKey/kalamine/";
34 license = licenses.mit;
35 maintainers = with maintainers; [ iogamaster ];
36 mainProgram = "kalamine";