14 python3.pkgs.buildPythonApplication rec {
20 inherit pname version;
21 hash = "sha256-Lv48dSIwxrokuHGcO26FpWRL+PfQ3SN3V+2pt7fmCxE=";
24 nativeBuildInputs = with python3.pkgs; [
28 propagatedBuildInputs = with python3.pkgs; [
38 ] ++ [ # Binaries need to be in the path so this is in propagatedBuildInputs
46 pkgsCross.avr.buildPackages.binutils
47 pkgsCross.avr.buildPackages.binutils.bintools
48 pkgsCross.avr.buildPackages.gcc8
49 pkgsCross.avr.libcCross
52 # no tests implemented
56 homepage = "https://github.com/qmk/qmk_cli";
57 description = "Program to help users work with QMK Firmware";
59 qmk_cli is a companion tool to QMK firmware. With it, you can:
61 - Interact with your qmk_firmware tree from any location
62 - Use qmk clone to pull down anyone's qmk_firmware fork
63 - Setup and work with your build environment:
72 license = licenses.mit;
73 maintainers = with maintainers; [ bhipple ekleog ];