From 7167aa686ce4894770038a17589a52626d284d6f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 17 Dec 2024 21:59:47 +0100 Subject: gnu: qmk: Add missing inputs. * gnu/packages/firmware.scm (qmk)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia6660c7c99e1d043d8cf9ea1fa108a4895c328db --- gnu/packages/firmware.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/firmware.scm') diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 868be8488c8..15734b8f9ac 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -11,6 +11,7 @@ ;;; Copyright © 2022, 2023 Maxim Cournoyer ;;; Copyright © 2023 Foundation Devices, Inc. ;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2024 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -80,6 +81,7 @@ #: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 @@ corresponding layout." layout)) 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} -- cgit v1.2.3