gnu: qmk: Add missing inputs.

* gnu/packages/firmware.scm (qmk)[native-inputs]: Add python-setuptools and
python-wheel.

Change-Id: Ia6660c7c99e1d043d8cf9ea1fa108a4895c328db
This commit is contained in:
Ricardo Wurmus 2024-12-17 21:59:47 +01:00
parent c6fa3bc853
commit 7167aa686c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11,6 +11,7 @@
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -80,6 +81,7 @@ (define-module (gnu packages firmware)
#:use-module (gnu packages polkit)
#:use-module (gnu packages protobuf)
#:use-module (gnu packages python)
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages shells)
#:use-module (gnu packages sqlite)
@ -1499,6 +1501,7 @@ (define-public qmk
coreutils-minimal
sed
util-linux))
(native-inputs (list python-setuptools python-wheel))
(home-page "https://qmk.fm")
(synopsis "Command line utility to manage QMK keyboard firmwares")
(description "The QMK CLI provides a @acronym{CLI, command line interface}