mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add xremap-wlroots.
* gnu/packages/rust-apps.scm (xremap-wlroots): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b6abadfc1b
commit
0d6d68ca51
1 changed files with 8 additions and 0 deletions
|
@ -2574,6 +2574,14 @@ (define-public rust-xremap
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue