gnu: qmk: Style.
* gnu/packages/firmware.scm (qmk): Apply 'guix style' changes.
This commit is contained in:
parent
4af820b9ef
commit
077f7bd235
1 changed files with 11 additions and 4 deletions
|
@ -1223,10 +1223,17 @@ AR100.")
|
||||||
(base32
|
(base32
|
||||||
"1619q9v90740dbg8xpzqlhwcasz42xj737803aiip8qc3a7zhwgq"))))
|
"1619q9v90740dbg8xpzqlhwcasz42xj737803aiip8qc3a7zhwgq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments (list #:tests? #f)) ;; No tests.
|
(arguments
|
||||||
(propagated-inputs (list python-dotty-dict python-hid python-hjson
|
(list #:tests? #f)) ;No tests.
|
||||||
python-jsonschema python-milc python-pillow
|
(propagated-inputs (list python-dotty-dict
|
||||||
python-pygments python-pyserial python-pyusb))
|
python-hid
|
||||||
|
python-hjson
|
||||||
|
python-jsonschema
|
||||||
|
python-milc
|
||||||
|
python-pillow
|
||||||
|
python-pygments
|
||||||
|
python-pyserial
|
||||||
|
python-pyusb))
|
||||||
(home-page "https://qmk.fm")
|
(home-page "https://qmk.fm")
|
||||||
(synopsis "Command line utility to manage QMK keyboard firmwares")
|
(synopsis "Command line utility to manage QMK keyboard firmwares")
|
||||||
(description "This package provides a program to help users work with
|
(description "This package provides a program to help users work with
|
||||||
|
|
Reference in a new issue