GNU bug report logs -
#42682
[PATCH 0/2] Qmk cli
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/hardware.scm (qmk-udev-rules): New variable.
---
gnu/packages/hardware.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 1f8be61ca5..eab3cf1b21 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1408,3 +1408,27 @@ (define-public qmk-cli
flashing the firmware, see @code{qmk-udev-rules} and
@code{udev-service-type}.")
(license license:expat)))
+
+(define-public qmk-udev-rules
+ (package
+ (name "qmk-udev-rules")
+ (version "0.20.5") ;; Using qmk_firmware's version
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/qmk/qmk_firmware")
+ (commit version)))
+ (sha256
+ (base32
+ "0v45xvmv351717y2v77fy26ivsnnhsl6ynd7v1pvprpkpf9jk820"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan '(("./util/udev" "lib/udev/rules.d"
+ #:include-regexp ("rules$")))))
+ (home-page "https://github.com/qmk/qmk_firmware")
+ (synopsis "Udev rules for QMK Firmware")
+ (description
+ "This package provides a set of udev rules to specify the proper
+privileges for flashing QMK compatible devices without needing root. Require
+group @code{plugdev} to be added to each user that needs this.")
+ (license license:gpl2)))
--
2.39.2
This bug report was last modified 1 year and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.