mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
qmk: add bootloadhid as a propagatedBuildInput to support flashing more hardware
(cherry picked from commit 6fb834fb3c)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
fetchPypi,
|
||||
pkgsCross,
|
||||
avrdude,
|
||||
bootloadhid,
|
||||
dfu-programmer,
|
||||
dfu-util,
|
||||
wb32-dfu-updater,
|
||||
@@ -42,6 +43,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
++ [
|
||||
# Binaries need to be in the path so this is in propagatedBuildInputs
|
||||
avrdude
|
||||
bootloadhid
|
||||
dfu-programmer
|
||||
dfu-util
|
||||
wb32-dfu-updater
|
||||
|
||||
Reference in New Issue
Block a user