mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
fetchPypi,
|
||||||
pkgsCross,
|
pkgsCross,
|
||||||
avrdude,
|
avrdude,
|
||||||
|
bootloadhid,
|
||||||
dfu-programmer,
|
dfu-programmer,
|
||||||
dfu-util,
|
dfu-util,
|
||||||
wb32-dfu-updater,
|
wb32-dfu-updater,
|
||||||
|
@ -42,6 +43,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
++ [
|
++ [
|
||||||
# Binaries need to be in the path so this is in propagatedBuildInputs
|
# Binaries need to be in the path so this is in propagatedBuildInputs
|
||||||
avrdude
|
avrdude
|
||||||
|
bootloadhid
|
||||||
dfu-programmer
|
dfu-programmer
|
||||||
dfu-util
|
dfu-util
|
||||||
wb32-dfu-updater
|
wb32-dfu-updater
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue