gnu: Add xremap-wlroots.
* gnu/packages/rust-apps.scm (xremap-wlroots): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
b6abadfc1b
commit
0d6d68ca51
|
@ -2574,6 +2574,14 @@ It will then write @code{fixup!} commits for each of those changes.")
|
|||
(description "This package provides dynamic key remapp for X and Wayland.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public xremap-wlroots
|
||||
(package
|
||||
(inherit rust-xremap)
|
||||
(name "xremap-wlroots")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments rust-xremap)
|
||||
((#:features _) '(list "wlroots"))))))
|
||||
|
||||
(define-public xsv
|
||||
(package
|
||||
(name "xsv")
|
||||
|
|
Reference in New Issue