mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
qmk: add bootloadhid as a propagatedBuildInput for hardware support (#409805)
This commit is contained in:
commit
b26ac34bc3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue